You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: