From 55f0cd41446b3a08c83d8ca8d7a100f74c3c5fa7 Mon Sep 17 00:00:00 2001 From: Arthur Silva Sens Date: Thu, 21 May 2026 18:33:09 -0300 Subject: [PATCH 1/2] Prometheus exporter: Stabilize Default Aggregation Signed-off-by: Arthur Silva Sens --- specification/metrics/sdk_exporters/prometheus.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/metrics/sdk_exporters/prometheus.md b/specification/metrics/sdk_exporters/prometheus.md index 7906eec2e5d..b38c59996e2 100644 --- a/specification/metrics/sdk_exporters/prometheus.md +++ b/specification/metrics/sdk_exporters/prometheus.md @@ -120,7 +120,7 @@ default. ### Default Aggregation -**Status**: [Development](../../document-status.md) +**Status**: [Stable](../../document-status.md) A Prometheus Exporter SHOULD support a configuration option to set the [MetricReader](../sdk.md#metricreader) default `aggregation` as a function From 12a6881b7637e256bb0bcb45e9cf667d5c308dc6 Mon Sep 17 00:00:00 2001 From: Arthur Silva Sens Date: Thu, 21 May 2026 18:39:21 -0300 Subject: [PATCH 2/2] Add Changelog entry Signed-off-by: Arthur Silva Sens --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6cb1481647..d450ccc467b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,8 @@ release. - Stabilize sections of Prometheus Metrics Exporter. - Stabilize client libs section. ([#5106](https://github.com/open-telemetry/opentelemetry-specification/pull/5106)) + - Stabilize Prometheus Metrics Exporter default aggregation configuration. + ([#5113](https://github.com/open-telemetry/opentelemetry-specification/pull/5113)) ### Logs