Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

opentelemetry-api bridge doesn't work with GlobalOpenTelemetry.get() pattern #4015

Closed
anuraaga opened this issue Aug 30, 2021 · 0 comments · Fixed by #4090
Closed

opentelemetry-api bridge doesn't work with GlobalOpenTelemetry.get() pattern #4015

anuraaga opened this issue Aug 30, 2021 · 0 comments · Fixed by #4090
Labels
bug Something isn't working

Comments

@anuraaga
Copy link
Contributor

GlobalOpenTelemetry.getTracer("foo") returns a real tracer. GlobalOpenTelemetry.get().tracerProvider("foo").build() returns a no-op tracer. Presumably are not instrumenting a new method that was added and it's calling the default implementation.

@anuraaga anuraaga added the bug Something isn't working label Aug 30, 2021
This was referenced Sep 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
1 participant