Skip to content

Commit f6b5fb9

Browse files
authored
Retract most recent prometheus exporter release (#7046)
Due to #7039.
1 parent 024ebcb commit f6b5fb9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

exporters/prometheus/go.mod

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ module go.opentelemetry.io/otel/exporters/prometheus
22

33
go 1.23.0
44

5+
// v0.59.0 produces incorrect metric names when bracketed units are used.
6+
// https://github.com/open-telemetry/opentelemetry-go/issues/7039
7+
retract v0.59.0
8+
59
require (
610
github.com/prometheus/client_golang v1.22.0
711
github.com/prometheus/client_model v0.6.2

0 commit comments

Comments
 (0)