-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Open
Labels
Description
Requirement
Jaeger-V2 uses jtracer as OTEL collector earlier did not initialize the tracer.
It can be seen done at multiple places in the codebase for example:-
tracerProvider, err := jtracer.New("jaeger") |
Problem
The issue regarding OTEL collector not initializing the tracer seems to be resolved.
open-telemetry/opentelemetry-collector#7532
Proposal
Should be removed as it can initialize the tracer for the service twice.
Open questions
No response