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
schema_url
TracerProvider.get_tracer
Follow up to #1862
The spec in 1.4.0 added an optional parameter schema_url to the TracerProvider.get_tracer method which we still need to implement:
1.4.0
opentelemetry-python/opentelemetry-api/src/opentelemetry/trace/__init__.py
Lines 184 to 190 in 67bbad4
We would need to update the API package + the SDK package.
The text was updated successfully, but these errors were encountered:
@codeboten - please assign me this issue
Sorry, something went wrong.
Fixed in #2154
JamesJHPark
No branches or pull requests
Follow up to #1862
The spec in
1.4.0
added an optional parameterschema_url
to theTracerProvider.get_tracer
method which we still need to implement:opentelemetry-python/opentelemetry-api/src/opentelemetry/trace/__init__.py
Lines 184 to 190 in 67bbad4
We would need to update the API package + the SDK package.
The text was updated successfully, but these errors were encountered: