Skip to content

Distro release 1.6.4: Fix instrumentation bug#38366

Closed
jeremydvoss wants to merge 1 commit intoAzure:mainfrom
jeremydvoss:distro-1.6.4
Closed

Distro release 1.6.4: Fix instrumentation bug#38366
jeremydvoss wants to merge 1 commit intoAzure:mainfrom
jeremydvoss:distro-1.6.4

Conversation

@jeremydvoss
Copy link
Copy Markdown
Member

@jeremydvoss jeremydvoss commented Nov 6, 2024

Description

OpenTelemetry recently release a version that broke Autoinstrumentation and the dependency conflict logic the distro uses for instrumentations:

  File "C:\Users\<PATH TO SITE PACKAGES>\site-packages\opentelemetry\instrumentation\dependencies.py", line 48, in get_dist_dependency_conflicts
    for dep in dist.requires:
TypeError: 'method' object is not iterable

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.

@jeremydvoss jeremydvoss requested a review from lzchen as a code owner November 6, 2024 19:04
@github-actions github-actions Bot added the Monitor - Distro Monitor OpenTelemetry Distro label Nov 6, 2024
@jeremydvoss jeremydvoss enabled auto-merge (squash) November 6, 2024 19:31
@azure-sdk
Copy link
Copy Markdown
Collaborator

API change check

API changes are not detected in this pull request.

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