1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-14 10:13:10 +02:00
opentelemetry-go/plugin/httptrace
Tyler Yahn 2d5ba32f4f Remove Tracer name prefix for Span names (#430)
Spans should not have the Tracer name as a prefix for their names. This
removes the `spanNameWithPrefix` function and instead passes through the
span name unmodified wherever this had been called.

Tests that checked Span names are updated to have the non-prefix
expected names.
2020-01-14 04:54:48 -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 Merge propagation and api/propagation into api/propagators (#362) 2019-12-03 13:52:03 -08:00