From 09de949a02a795424fbac29da17b2d0afc773dcc Mon Sep 17 00:00:00 2001 From: Carlos Alberto Cortez Date: Mon, 6 May 2024 17:54:35 +0200 Subject: [PATCH 1/4] Release 1.33.0 --- CHANGELOG.md | 33 ++++++++++++++++++++++++++++++--- 1 file changed, 30 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fdbee8bab21..a8aedb07e79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,10 +13,34 @@ release. ### Metrics +### Logs + +### Events + +### Resource + +### OpenTelemetry Protocol + +### Compatibility + +### SDK Configuration + +### Common + +### Supplementary Guidelines + +## v1.33.0 (2024-05-07) + +### Context + +### Traces + +### Metrics + - Change the exemplar behavior to be on by default. ([#3994](https://github.com/open-telemetry/opentelemetry-specification/pull/3994)) -- Add name suggestion for option to apply resource attributes as metric attributes in Prometheus exporter. - ([#3837](https://github.com/open-telemetry/opentelemetry-specification/pull/3837)) +- Use normative language for exemplar default aggregations. + ([#4009](https://github.com/open-telemetry/opentelemetry-specification/pull/4009)) - Mark Exemplars as stable. ([#3870](https://github.com/open-telemetry/opentelemetry-specification/pull/3870)) - Mark synchronous gauge as stable. @@ -25,7 +49,7 @@ release. ### Logs - Allow implementations to export duplicate keys in a map as an opt-in option. - ([#3938](https://github.com/open-telemetry/opentelemetry-specification/pull/3938)) + ([#3987](https://github.com/open-telemetry/opentelemetry-specification/pull/3987)) ### Events @@ -35,6 +59,9 @@ release. ### Compatibility +- Add name suggestion for option to apply resource attributes as metric attributes in Prometheus exporter. + ([#3837](https://github.com/open-telemetry/opentelemetry-specification/pull/3837)) + ### SDK Configuration - Clarify syntax for environment variable substitution regular expression From b29b4fc898de66605b47a6577e3b4f292c8c18aa Mon Sep 17 00:00:00 2001 From: Carlos Alberto Cortez Date: Tue, 7 May 2024 15:56:59 +0200 Subject: [PATCH 2/4] Fix CHANGELOG --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b5b510aa9b..e6942d63874 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,9 +11,6 @@ release. ### Traces -- Links with invalid SpanContext are recorded. - ([#3928](https://github.com/open-telemetry/opentelemetry-specification/pull/3928)) - ### Metrics ### Logs @@ -38,6 +35,9 @@ release. ### Traces +- Links with invalid SpanContext are recorded. + ([#3928](https://github.com/open-telemetry/opentelemetry-specification/pull/3928)) + ### Metrics - Change the exemplar behavior to be on by default. From 263f36632443ec86050c07b25204d65ecb547a28 Mon Sep 17 00:00:00 2001 From: Armin Ruech <7052238+arminru@users.noreply.github.com> Date: Wed, 8 May 2024 17:24:34 +0200 Subject: [PATCH 3/4] Update date --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8f1c0ea038..65e46b50540 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,7 +29,7 @@ release. ### Supplementary Guidelines -## v1.33.0 (2024-05-07) +## v1.33.0 (2024-05-08) ### Context From 07293af4aab6496072d0d97bae20fd1d64131f09 Mon Sep 17 00:00:00 2001 From: Carlos Alberto Cortez Date: Thu, 9 May 2024 18:13:35 +0200 Subject: [PATCH 4/4] Update CHANGELOG date. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65e46b50540..5202141fa3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,7 +29,7 @@ release. ### Supplementary Guidelines -## v1.33.0 (2024-05-08) +## v1.33.0 (2024-05-09) ### Context