From 40a9cedb6039ac9860d632dbcd304d3ecdac9808 Mon Sep 17 00:00:00 2001 From: Marc Pichler Date: Fri, 15 Sep 2023 07:21:58 +0200 Subject: [PATCH] fix: move changelog entry --- CHANGELOG.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c4db70168..1fb116a47f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,10 @@ For experimental package changes, see the [experimental CHANGELOG](experimental/ ### :bug: (Bug Fix) +* fix(sdk-metrics): do not report empty scopes and metrics [#4135](https://github.com/open-telemetry/opentelemetry-js/pull/4135) @pichlermarc + * Instruments that were created, but did not have measurements will not be exported anymore + * Meters (Scopes) that were created, but did not have any instruments with measurements under them will not be exported anymore. + ### :books: (Refine Doc) ### :house: (Internal) @@ -36,9 +40,6 @@ For experimental package changes, see the [experimental CHANGELOG](experimental/ * fix(exporter-zipkin): rounding duration to the nearest int to be compliant with zipkin protocol [#4064](https://github.com/open-telemetry/opentelemetry-js/pull/4064) @n0cloud * fix(sdk-metrics): metric names should be case-insensitive -* fix(sdk-metrics): do not report empty scopes and metrics [#4135](https://github.com/open-telemetry/opentelemetry-js/pull/4135) @pichlermarc - * Instruments that were created, but did not have measurements will not be exported anymore - * Meters (Scopes) that were created, but did not have any instruments with measurements under them will not be exported anymore. ### :books: (Refine Doc)