We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
OS: (e.g, Ubuntu) Python version: (e.g., Python 3.8.10) SDK version: (e.g., 1.25.0) API version: (e.g., 1.25.0)
Same as #3695 but with get_tracer
get_tracer
In TracerProvider, the method get_tracer does not have an argument attributes.
Expected to see the spec fully implemented. Being able to specify crosscutting attributes at init time would be extremely valuable.
The final arg for get_meter is schema_url, attributes is not present:https://github.com/open-telemetry/opentelemetry-python/blob/main/opentelemetry-api/src/opentelemetry/trace/__init__.py#L191
No response
None
The text was updated successfully, but these errors were encountered:
Duplcate of #2940
Sorry, something went wrong.
No branches or pull requests
Describe your environment
OS: (e.g, Ubuntu)
Python version: (e.g., Python 3.8.10)
SDK version: (e.g., 1.25.0)
API version: (e.g., 1.25.0)
What happened?
Same as #3695 but with
get_tracer
Steps to Reproduce
In TracerProvider, the method get_tracer does not have an argument attributes.
Expected Result
Expected to see the spec fully implemented. Being able to specify crosscutting attributes at init time would be extremely valuable.
Actual Result
The final arg for get_meter is schema_url, attributes is not present:https://github.com/open-telemetry/opentelemetry-python/blob/main/opentelemetry-api/src/opentelemetry/trace/__init__.py#L191
Additional context
No response
Would you like to implement a fix?
None
The text was updated successfully, but these errors were encountered: