Set Prometheus<->OTLP specification to Mixed stability#4860
Merged
dashpole merged 1 commit intoopen-telemetry:mainfrom Feb 2, 2026
Merged
Set Prometheus<->OTLP specification to Mixed stability#4860dashpole merged 1 commit intoopen-telemetry:mainfrom
dashpole merged 1 commit intoopen-telemetry:mainfrom
Conversation
Signed-off-by: Arthur Silva Sens <arthursens2005@gmail.com>
dashpole
approved these changes
Jan 30, 2026
lmolkova
approved these changes
Jan 31, 2026
5 tasks
github-merge-queue bot
pushed a commit
that referenced
this pull request
Feb 4, 2026
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 <arthursens2005@gmail.com>
5 tasks
github-merge-queue bot
pushed a commit
that referenced
this pull request
Mar 24, 2026
Fixes #4927 ## Changes Sets the Prometheus SDK Metrics Exporter spec to `Mixed` status at document level, and splits it into subsections, each marked `Development`. That lets us move toward stabilization incrementally in follow-up issues per subsection, similar to #4860. cc: @ArthurSens * [x] Related issues #4927 * [ ] 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 Co-authored-by: Carlos Alberto Cortez <calberto.cortez@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
The Prometheus SIG plans to work on stabilizing the Prometheus<->OTLP specification in the next few months. This PR is the first step towards it. We're setting the stability level to
Mixed, so we can tackle each part of the spec individually and in incremental PRs and discussions.cc @dashpole
CHANGELOG.mdfile updated for non-trivial changes[chore]in the PR title to skip the changelog check