mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2024-12-14 10:13:10 +02:00
c23e09c7f7
* Do not put span context into go context if extraction failed This causes problems if multiple trace propagators are chained, because the first propagator in chain may extract a valid span context, then next propagator will overwrite it with an empty span context when required headers in supplier are missing. * Test for clobbering propagators Co-authored-by: Joshua MacDonald <jmacd@users.noreply.github.com> |
||
---|---|---|
.. | ||
b3_propagator_benchmark_test.go | ||
b3_propagator_data_test.go | ||
b3_propagator_test.go | ||
event.go | ||
generator.go | ||
package.go | ||
propagator_test.go | ||
span_test.go | ||
span.go | ||
trace_context_propagator_benchmark_test.go | ||
trace_context_propagator_test.go | ||
tracer_test.go | ||
tracer.go |