From 2635e583c4c46a146a181f732f8e877f9ff31b16 Mon Sep 17 00:00:00 2001 From: Arthur Silva Sens Date: Tue, 19 May 2026 09:29:15 -0300 Subject: [PATCH 1/2] Prometheus exporter: Stabilize 'Client Libraries' section 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 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 From 5f5384948b9d8a9e5066eed17da3a45be5cb6a76 Mon Sep 17 00:00:00 2001 From: Arthur Silva Sens Date: Tue, 19 May 2026 09:31:51 -0300 Subject: [PATCH 2/2] Add changelog entry Signed-off-by: Arthur Silva Sens --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) 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