Skip to content

Commit bf541fe

Browse files
ArthurSensdmathieudashpolepellaredMrAlias
authored
Add changelog entry for version bump of otlptranslator - suffixes are now deduplicated (#7086)
Follow-up to #7088 With this bump, we fix the problem where duplicated suffixes were appearing otel-collector metrics --------- Signed-off-by: Arthur Silva Sens <arthursens2005@gmail.com> Co-authored-by: Damien Mathieu <42@dmathieu.com> Co-authored-by: David Ashpole <dashpole@google.com> Co-authored-by: Robert Pająk <pellared@hotmail.com> Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
1 parent 271cec4 commit bf541fe

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
5555
- Change `SDKProcessorLogQueueCapacity`, `SDKProcessorLogQueueSize`, `SDKProcessorSpanQueueSize`, and `SDKProcessorSpanQueueCapacity` in `go.opentelemetry.io/otel/semconv/v1.36.0/otelconv` to use a `Int64ObservableUpDownCounter`. (#7041)
5656
- Change `DefaultExemplarReservoirProviderSelector` in `go.opentelemetry.io/otel/sdk/metric` to use `runtime.GOMAXPROCS(0)` instead of `runtime.NumCPU()` for the `FixedSizeReservoirProvider` default size. (#7094)
5757

58+
### Fixed
59+
60+
- Fix `go.opentelemetry.io/otel/exporters/prometheus` to deduplicate suffixes if already present in metric name when UTF8 is enabled. (#7088)
61+
5862
<!-- Released section -->
5963
<!-- Don't change this section unless doing release -->
6064

0 commit comments

Comments
 (0)