What is the name of the Global Tracer Provider? #4033
Replies: 1 comment 1 reply
-
That does not depend on tracer instantiation, we can add the name as we want. IMHO: The function name is misleading and should be named |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
After configuring
@opentelemetry/sdk-node
with auto instrumentation, how to also plug in manual instrumentation with auto instrumentation and thus retrieveHere is the initiation code:
Here is the code where I'm stuck, where I would like to retrieve the tracer to be able to add spawns. Related to these documentations:
Beta Was this translation helpful? Give feedback.
All reactions