-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
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
Update Version of opentelemetry #10046
Update Version of opentelemetry #10046
Conversation
Can one of the admins verify this patch? |
sdk/core/azure-core-tracing-opentelemetry/tests/test_tracing_implementations.py
Outdated
Show resolved
Hide resolved
@@ -2,7 +2,7 @@ | |||
# Copyright (c) Microsoft Corporation. | |||
# Licensed under the MIT License. | |||
# ------------------------------------ | |||
from ._abstract_span import AbstractSpan, SpanKind, HttpSpanMixin | |||
from azure.core.tracing._abstract_span import AbstractSpan, SpanKind, HttpSpanMixin |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please import from azure.core.tracing instead (they are all available there, without the need to import a private module)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this init is in the azure.core.tracing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Laurent meant not to import from "_abstract_span"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, but this import is to expose them publicly from the private module.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will do that fix in a second PR
f2362ea
to
c2cbd6b
Compare
No description provided.