1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-01-12 02:28:07 +02:00
opentelemetry-go/plugin/othttp
Krzesimir Nowak 6b97bb047a
Move correlation context propagation to correlation package (#479)
Correlation context propagation shouldn't be a part of the trace
package - it is a different aspect of the propagation cross-cutting
concern.

This commit also adds a DefaultHTTPPropagator function for correlation
context propagation and makes the plugins use it.

Co-authored-by: Joshua MacDonald <jmacd@users.noreply.github.com>
2020-02-20 10:31:21 -08:00
..
doc.go Fix up docs and other othttp cleanups (#218) 2019-10-17 11:18:45 -07:00
handler_example_test.go Misc fixes from PR 381 (#443) 2020-01-30 10:25:53 -08:00
handler_test.go Reorganize propagation code (shrink PR 381) (#444) 2020-01-28 10:13:46 -08:00
handler.go Move correlation context propagation to correlation package (#479) 2020-02-20 10:31:21 -08:00
wrap.go Refactor propagators (#467) 2020-02-13 23:16:04 -08:00