diff --git a/CHANGELOG.md b/CHANGELOG.md index 520c6e7eb18..476a0bd0f4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,14 @@ release. ### Metrics +- 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)) + - Stabilize `resource_constant_labels` configuration. + ([#5130](https://github.com/open-telemetry/opentelemetry-specification/pull/5130)) + ### Logs ### Baggage diff --git a/specification/metrics/sdk_exporters/prometheus.md b/specification/metrics/sdk_exporters/prometheus.md index 21cba5b38fb..295f65735fd 100644 --- a/specification/metrics/sdk_exporters/prometheus.md +++ b/specification/metrics/sdk_exporters/prometheus.md @@ -129,7 +129,7 @@ the [default aggregation](../sdk.md#default-aggregation) by default. ### Resource Attributes as Metric Labels -**Status**: [Development](../../document-status.md) +**Status**: [Stable](../../document-status.md) A Prometheus Exporter MAY offer configuration to add resource attributes as metric labels. By default, it MUST NOT add any resource attributes as metric labels.