Skip to content

Commit 8a39837

Browse files
authored
Stabilize Prometheus Counter->OTLP Sum (#4862)
Depends on #4860 being merged first. ## Changes In this PR, I'm declaring the transformation of Prometheus Counters into OTLP Monotonic Sums stable. I'm still not declaring Gauges stable, as requested in #4744, because I suspect we want to discuss when a Prometheus Gauge becomes an OTLP Gauge or an OTLP UpDownCounter. * [X] Related issues #4744 * [ ] Related [OTEP(s)](https://github.com/open-telemetry/oteps) # * [ ] Links to the prototypes (when adding or changing features) * [ ] [`CHANGELOG.md`](https://github.com/open-telemetry/opentelemetry-specification/blob/main/CHANGELOG.md) file updated for non-trivial changes * For trivial changes, include `[chore]` in the PR title to skip the changelog check * [ ] [Spec compliance matrix](https://github.com/open-telemetry/opentelemetry-specification/blob/main/spec-compliance-matrix/template.yaml) updated if necessary Signed-off-by: Arthur Silva Sens <[email protected]>
1 parent af26068 commit 8a39837

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification/compatibility/prometheus_and_openmetrics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ under the `prometheus.type` key (e.g. `prometheus.type="unknown"`).
107107

108108
### Counters
109109

110-
**Status**: [Development](../document-status.md)
110+
**Status**: [Stable](../document-status.md)
111111

112112
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`.
113113

0 commit comments

Comments
 (0)