diff --git a/CHANGELOG.md b/CHANGELOG.md index c799eada700..802dda246a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,10 @@ release. ### Metrics +- Stabilize sections of Prometheus Metrics Exporter. + - Stabilize client libs section. + ([#5106](https://github.com/open-telemetry/opentelemetry-specification/pull/5106)) + ### Logs ### Baggage diff --git a/specification/metrics/sdk_exporters/prometheus.md b/specification/metrics/sdk_exporters/prometheus.md index 914e3237844..7906eec2e5d 100644 --- a/specification/metrics/sdk_exporters/prometheus.md +++ b/specification/metrics/sdk_exporters/prometheus.md @@ -52,7 +52,7 @@ OpenTelemetry metrics MUST be converted to Prometheus metrics according to the ### Client Libraries -**Status**: [Development](../../document-status.md) +**Status**: [Stable](../../document-status.md) A Prometheus Exporter SHOULD use an official [Prometheus client library](https://prometheus.io/docs/instrumenting/clientlibs/) when one exists for the implementation language and it is practical to do so