-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Update Distro to latest OTel version #42247
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
Conversation
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.
Pull Request Overview
This PR updates the Azure Monitor OpenTelemetry distro to use the latest OpenTelemetry version (1.36.0) and removes Python 3.8 support. The update was previously blocked due to a breaking change in OTel instrumentation libraries that has now been resolved with a fix in the upstream repository.
Key changes:
- Remove Python 3.8 classifier and support
- Update all OpenTelemetry instrumentation dependencies from ~0.49b0-0.53b0 range to ~0.57b0
- Upgrade opentelemetry-sdk from <1.32,>=1.28.0 to ~1.36.0
- Update opentelemetry-resource-detector-azure from ~0.1.4 to ~0.2.0
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
File | Description |
---|---|
sdk/monitor/azure-monitor-opentelemetry/setup.py | Updates dependency versions and removes Python 3.8 classifier |
sdk/monitor/azure-monitor-opentelemetry/CHANGELOG.md | Documents the OpenTelemetry version update and Python 3.8 removal |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Description
Now that the fix to the instrumentation breaking change is merged, we can finally update the OTel version for the distro. Also removing Python 3.8 as it is no longer supported by OTel.
All SDK Contribution checklist:
General Guidelines and Best Practices
Testing Guidelines