Why the get_tracer function is returning a string instead Tracer object #3003
Unanswered
Rodrigo-Novas
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Yes, that particular case can (and should) be changed. Notice that sometimes we have done that because we are trying to return a symbol that has not yet been defined and PEP484 says a string can be returned in that case. Apparently we can resort to |
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
-
I have a question about a function that is inside the tracer for the Otel sdk with python technology
This function is specifying the return of the type Tracer as an string
get_tracer
Shouldn't it be something like this?:
Beta Was this translation helpful? Give feedback.
All reactions