mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2025-02-05 13:15:41 +02:00
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.