From 80afc421b9671195c86699337e1e011864bcd99f Mon Sep 17 00:00:00 2001 From: Arthur Silva Sens Date: Sun, 1 Feb 2026 07:35:00 +0100 Subject: [PATCH] Set Prometheus Counter->OTLP Sum stable Signed-off-by: Arthur Silva Sens --- specification/compatibility/prometheus_and_openmetrics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/compatibility/prometheus_and_openmetrics.md b/specification/compatibility/prometheus_and_openmetrics.md index 72f525f0b89..a0f413bb4b8 100644 --- a/specification/compatibility/prometheus_and_openmetrics.md +++ b/specification/compatibility/prometheus_and_openmetrics.md @@ -107,7 +107,7 @@ under the `prometheus.type` key (e.g. `prometheus.type="unknown"`). ### Counters -**Status**: [Development](../document-status.md) +**Status**: [Stable](../document-status.md) A [Prometheus Counter](https://prometheus.io/docs/instrumenting/exposition_formats/#basic-info) MUST be converted to an OTLP Sum with `is_monotonic` equal to `true`.