Skip to content
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

Restore some opentelemetry module mappings (Cherry-pick of #20749) #20753

Merged
merged 1 commit into from
Apr 4, 2024

Conversation

WorkerPants
Copy link
Member

Several of mappings for opentelemetry packages were added/adjusted in #20551 and then adjusted more in #20705, but the second adjustment was based on the default fallback mapping replacing - with ., but it actually replaces them with _. This restores explicit mappings for the following (where I've downloaded the wheels and verified their contents):

  • opentelemetry-exporter-otlp
  • opentelemetry-exporter-otlp-proto-grpc
  • opentelemetry-exporter-otlp-proto-http
  • opentelemetry-sdk

These were originally added in #16337, released in 2.14.0, so this would be a notable regression if we released 2.20.0 without them.

Noticed in #20705 (comment)

Several of mappings for opentelemetry packages were added/adjusted in
#20551 and then adjusted more in #20705, but the second adjustment was
based on the default fallback mapping replacing `-` with `.`, but it
actually replaces them with `_`. This restores explicit mappings for the
following (where I've downloaded the wheels and verified their
contents):

- `opentelemetry-exporter-otlp`
- `opentelemetry-exporter-otlp-proto-grpc`
- `opentelemetry-exporter-otlp-proto-http`
- `opentelemetry-sdk`

These were originally added in #16337, released in 2.14.0, so this would
be a notable regression if we released 2.20.0 without them.

Noticed in
#20705 (comment)
@WorkerPants WorkerPants added this to the 2.20.x milestone Apr 4, 2024
@WorkerPants WorkerPants added the category:bugfix Bug fixes for released features label Apr 4, 2024
@WorkerPants WorkerPants requested review from tdyas and huonw April 4, 2024 19:46
@huonw huonw enabled auto-merge (squash) April 4, 2024 19:49
@huonw huonw merged commit efc08bb into 2.20.x Apr 4, 2024
24 checks passed
@huonw huonw deleted the cherry-pick-20749-to-2.20.x branch April 4, 2024 20:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:bugfix Bug fixes for released features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants