Commit 8a39837
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
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| |||
0 commit comments