Skip to content

Retract most recent prometheus exporter release #7046

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 2 commits into from
Jul 21, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions exporters/prometheus/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ module go.opentelemetry.io/otel/exporters/prometheus

go 1.23.0

// v0.59.0 produces incorrect metric names when bracketed units are used.
// https://github.com/open-telemetry/opentelemetry-go/issues/7039
retract v0.59.0

require (
github.com/prometheus/client_golang v1.22.0
github.com/prometheus/client_model v0.6.2
Expand Down
Loading