-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Change import path for LoggingHandler to accommodate upstream breaking changes
#45516
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
Changes from all commits
ca55d93
d9b8aa8
4eda687
6f4cb1e
299af3e
732ea30
06cba31
264e28d
9d602af
716d2b2
a001fd2
d73c432
5fb7ae9
3000f72
cf836a0
7aa0483
52ba7c8
d8dcc5d
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -87,8 +87,8 @@ | |
| "azure-core<2.0.0,>=1.28.0", | ||
| "azure-identity~=1.17", | ||
| "msrest>=0.6.10", | ||
| "opentelemetry-api==1.39", | ||
| "opentelemetry-sdk==1.39", | ||
| "opentelemetry-api==1.40", | ||
| "opentelemetry-sdk==1.40", | ||
rads-1996 marked this conversation as resolved.
Show resolved
Hide resolved
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This conflicts with the version in sdk/monitor/azure-monitor-opentelemetry
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I will update the versions in
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Can you update it now? It blocks the azure-core release.
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
I am trying to release the exporter. Until that is released, the distro changes will fail, even if I update them. Give me some time, I am working on releasing the exporter.
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @rads-1996 what is your alias? I'll reach out over teams. You can skip the failing check with a queue time build variable of
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is there a commit I can use to release the exporter? If I use the https://dev.azure.com/azure-sdk/internal/_build/results?buildId=6030525, it fails because of the dependency mismatch, I am using the skip.test=true and BuildTargetingString = azure-monitor-opentelemetry-exporter
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @xiangyan99 I have released the exporter and have another PR up for review which updates the otel versions in azure-monitor-opentelemetry - #45539. Once it is approved, I will merge the PR. |
||
| "psutil>=5.9,<8", | ||
| ], | ||
| entry_points={ | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.