From 4bbf8d6bcf7f3d2765e3a2f7bcc77da00c6babfb Mon Sep 17 00:00:00 2001 From: Anthony Mirabella Date: Wed, 6 Apr 2022 19:13:29 -0400 Subject: [PATCH] Fix changelog entries for metrics that should not be in 1.6.2 (#2771) Signed-off-by: Anthony J Mirabella --- CHANGELOG.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e2e25faf3a..5d0cb191431 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,13 +19,17 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm - Removed module the `go.opentelemetry.io/otel/sdk/export/metric`. Use the `go.opentelemetry.io/otel/sdk/metric` module instead. (#2720) -## [1.6.2] - 2022-04-06 - ### Changed -- Don't panic anymore when setting a global (Tracer|Meter)Provider or TextMapPropagator to itself. (#2749) +- Don't panic anymore when setting a global MeterProvider to itself. (#2749) - Upgrade `go.opentelemetry.io/proto/otlp` in `go.opentelemetry.io/otel/exporters/otlp/otlpmetric` from `v0.12.1` to `v0.15.0`. This replaces the use of the now deprecated `InstrumentationLibrary` and `InstrumentationLibraryMetrics` types and fields in the proto library with the equivalent `InstrumentationScope` and `ScopeMetrics`. (#2748) + +## [1.6.2] - 2022-04-06 + +### Changed + +- Don't panic anymore when setting a global TracerProvider or TextMapPropagator to itself. (#2749) - Upgrade `go.opentelemetry.io/proto/otlp` in `go.opentelemetry.io/otel/exporters/otlp/otlptrace` from `v0.12.1` to `v0.15.0`. This replaces the use of the now deprecated `InstrumentationLibrary` and `InstrumentationLibrarySpans` types and fields in the proto library with the equivalent `InstrumentationScope` and `ScopeSpans`. (#2748)