From 8f9b4a05aa227f214b4333ac432e572711e3ab41 Mon Sep 17 00:00:00 2001 From: Marc Alff Date: Wed, 22 Jan 2025 00:09:28 +0100 Subject: [PATCH] format --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3be2ac1001..956592036b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,7 +41,8 @@ Increment the: * [Code health] Perform cppcheck cleanup [#3150](https://github.com/open-telemetry/opentelemetry-cpp/pull/3150) -* [EXPORTER] add instrumentation scope attributes to otlp proto messages for traces and metrics +* [EXPORTER] add instrumentation scope attributes + to otlp proto messages for traces and metrics [#3185](https://github.com/open-telemetry/opentelemetry-cpp/pull/3185) * [SDK] Tracer provider shutdown blocks in-definitively