Skip to content

Commit

Permalink
re-add missing opentelemetry.util module mapping (pantsbuild#20804)
Browse files Browse the repository at this point in the history
In pantsbuild#20551 the opentelemetry module mappings were expanded -- yeah! --
but in the transition of `opentelemetry-api` from a wildcard to explicit
list, this sub-module was missed.

See
https://github.com/open-telemetry/opentelemetry-python/tree/v1.24.0/opentelemetry-api/src/opentelemetry
  • Loading branch information
cburroughs authored Apr 18, 2024
1 parent 5944b04 commit 1d47326
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -168,13 +168,16 @@ def two_groups_hyphens_two_replacements_with_suffix(
# opentelemetry
"opentelemetry-api": (
"opentelemetry._logs",
"opentelemetry.attributes",
"opentelemetry.baggage",
"opentelemetry.context",
"opentelemetry.environment_variables",
"opentelemetry.metrics",
"opentelemetry.propagate",
"opentelemetry.propagators",
"opentelemetry.trace",
"opentelemetry.util",
"opentelemetry.version",
),
"opentelemetry-exporter-otlp": ("opentelemetry.exporter.otlp",),
"opentelemetry-exporter-otlp-proto-grpc": ("opentelemetry.exporter.otlp.proto.grpc",),
Expand Down

0 comments on commit 1d47326

Please sign in to comment.