1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-04 09:43:23 +02:00
opentelemetry-go/api
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
..
core Add comments and test for 64-bit field alignment (#418) 2020-01-06 13:08:40 -05:00
distributedcontext Consistently use pointer receivers for core.Number (#375) 2019-12-09 13:03:11 -08:00
global Remove Tracer name prefix for Span names (#430) 2020-01-14 04:54:48 -08:00
key Namespace import path under "/otel" (#274) 2019-11-01 11:40:29 -07:00
metric Add comments and test for 64-bit field alignment (#418) 2020-01-06 13:08:40 -05:00
propagators Rename CurrentSpan to SpanFromContext & SetCurrentSpan to ContextWithSpan (#379) 2019-12-11 08:51:32 -08:00
testharness Rename CurrentSpan to SpanFromContext & SetCurrentSpan to ContextWithSpan (#379) 2019-12-11 08:51:32 -08:00
trace fixed typo (#408) 2020-01-03 09:38:05 -08:00
unit Namespace import path under "/otel" (#274) 2019-11-01 11:40:29 -07:00