Skip to content

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

Merged
merged 5 commits into from
Jul 29, 2025
Merged

Conversation

jeremydvoss
Copy link
Member

@jeremydvoss jeremydvoss commented Jul 28, 2025

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:

  • The pull request does not introduce [breaking changes]
  • CHANGELOG is updated for new features, bug fixes or other significant changes.
  • I have read the contribution guidelines.

General Guidelines and Best Practices

  • Title of the pull request is clear and informative.
  • There are a small number of commits, each of which have an informative message. This means that previously merged commits do not appear in the history of the PR. For more information on cleaning up the commits in your PR, see this page.

Testing Guidelines

  • Pull request includes test coverage for the included changes.

@github-actions github-actions bot added the Monitor - Distro Monitor OpenTelemetry Distro label Jul 28, 2025
@jeremydvoss jeremydvoss marked this pull request as ready for review July 29, 2025 17:14
@Copilot Copilot AI review requested due to automatic review settings July 29, 2025 17:14
@jeremydvoss jeremydvoss changed the title DRAFT: Update Distro to latest OTel version Update Distro to latest OTel version Jul 29, 2025
Copy link
Contributor

@Copilot Copilot AI left a 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>
@jeremydvoss jeremydvoss enabled auto-merge (squash) July 29, 2025 17:58
@jeremydvoss jeremydvoss merged commit 08a6b28 into Azure:main Jul 29, 2025
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Monitor - Distro Monitor OpenTelemetry Distro
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants