From d34050af7847b2d04cfbb4faca7d876ca27f48dd Mon Sep 17 00:00:00 2001 From: jack-berg <34418638+jack-berg@users.noreply.github.com> Date: Thu, 6 Jun 2024 11:46:41 -0500 Subject: [PATCH] Add missing changelog entry for #4063 (#4068) --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index def99eb5c51..c91bee55cb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,12 +13,17 @@ release. - Clarify the trace SDK should log discarded events and links. ([#4064](/~https://github.com/open-telemetry/opentelemetry-specification/pull/4064)) +- Add new in-development `Enabled` API to the `Tracer`. + ([#4063](/~https://github.com/open-telemetry/opentelemetry-specification/pull/4063)) ### Metrics +- Add new in-development `Enabled` API to meter instruments. + ([#4063](/~https://github.com/open-telemetry/opentelemetry-specification/pull/4063)) + ### Logs -- Add the in-Development `Enabled` API to the `Logger`. +- Add the in-development `Enabled` API to the `Logger`. ([#4020](/~https://github.com/open-telemetry/opentelemetry-specification/pull/4020)) ### Events