1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-12 10:04:29 +02:00
opentelemetry-go/plugin/httptrace
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
..
api.go handle multiples connect start/done trace (#283) 2019-11-03 15:46:57 -08:00
clienttrace_test.go Remove Tracer name prefix for Span names (#430) 2020-01-14 04:54:48 -08:00
clienttrace.go [#396] Remove http.request span in httptrace (#397) 2019-12-23 10:40:02 -08:00
httptrace.go Move correlation context propagation to correlation package (#479) 2020-02-20 10:31:21 -08:00