Skip to content

Commit fb73949

Browse files
authored
Release exporters/prometheus/v0.59.1 (#7056)
Patch release for #7039 ### Changed - Retract `v0.59.0` release of `go.opentelemetry.io/otel/exporters/prometheus` module which appends incorrect unit suffixes. (#7046) - Change `go.opentelemetry.io/otel/exporters/prometheus` to no longer deduplicate suffixes when UTF8 is enabled. It is recommended to disable unit and counter suffixes in the exporter, and manually add suffixes if you rely on the existing behavior. (#7044) ### Fixed - Fix `go.opentelemetry.io/otel/exporters/prometheus` to properly handle unit suffixes when the unit is in brackets. E.g. `{spans}`. (#7044)
1 parent 8e6e28f commit fb73949

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,15 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
5151

5252
- Change `AssertEqual` in `go.opentelemetry.io/otel/log/logtest` to accept `TestingT` in order to support benchmarks and fuzz tests. (#6908)
5353
- Change `SDKProcessorLogQueueCapacity`, `SDKProcessorLogQueueSize`, `SDKProcessorSpanQueueSize`, and `SDKProcessorSpanQueueCapacity` in `go.opentelemetry.io/otel/semconv/v1.36.0/otelconv` to use a `Int64ObservableUpDownCounter`. (#7041)
54+
55+
<!-- Released section -->
56+
<!-- Don't change this section unless doing release -->
57+
58+
## [0.59.1] 2025-07-21
59+
60+
### Changed
61+
62+
- Retract `v0.59.0` release of `go.opentelemetry.io/otel/exporters/prometheus` module which appends incorrect unit suffixes. (#7046)
5463
- Change `go.opentelemetry.io/otel/exporters/prometheus` to no longer deduplicate suffixes when UTF8 is enabled.
5564
It is recommended to disable unit and counter suffixes in the exporter, and manually add suffixes if you rely on the existing behavior. (#7044)
5665

@@ -59,9 +68,6 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
5968
- Fix `go.opentelemetry.io/otel/exporters/prometheus` to properly handle unit suffixes when the unit is in brackets.
6069
E.g. `{spans}`. (#7044)
6170

62-
<!-- Released section -->
63-
<!-- Don't change this section unless doing release -->
64-
6571
## [1.37.0/0.59.0/0.13.0] 2025-06-25
6672

6773
### Added

versions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ module-sets:
2222
- go.opentelemetry.io/otel/sdk/metric
2323
- go.opentelemetry.io/otel/trace
2424
experimental-metrics:
25-
version: v0.59.0
25+
version: v0.59.1
2626
modules:
2727
- go.opentelemetry.io/otel/exporters/prometheus
2828
experimental-logs:

0 commit comments

Comments
 (0)