We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e315b9 commit 807e3cfCopy full SHA for 807e3cf
opentelemetry-api/src/opentelemetry/trace/__init__.py
@@ -491,10 +491,8 @@ def get_tracer(
491
) -> "Tracer":
492
"""Returns a `Tracer` for use by the given instrumentation library.
493
494
- This function is a convenience wrapper for
495
- opentelemetry.trace.TracerProvider.get_tracer.
496
-
497
- If tracer_provider is ommited the current configured one is used.
+ If tracer_provider is ommited it returns a `ProxyTracer`
+ which redirects calls to a current instrumentation library.
498
"""
499
if tracer_provider is None:
500
return ProxyTracer(
0 commit comments