[prometheus]: Stabilize OTLP -> Prometheus Summaries#5090
Closed
johannaojeling wants to merge 2 commits into
Closed
[prometheus]: Stabilize OTLP -> Prometheus Summaries#5090johannaojeling wants to merge 2 commits into
johannaojeling wants to merge 2 commits into
Conversation
dashpole
reviewed
May 13, 2026
Co-authored-by: David Ashpole <dashpole@google.com>
Member
|
@johannaojeling, I believe David's suggestion was not so literal that we can just copy and paste it into the spec. Now we have duplicated information, for example, at the top we say: And at the bottom, we repeat the same information My interpretation is that the previous way we documented Could you reword the section to be less specific about text format? |
Contributor
|
Ah, sorry. I meant to replace the paragraph above, but seem to have messed up the comment anchor. |
6 tasks
Member
Author
|
Closing this as it is being addressed in #5107 |
pull Bot
pushed a commit
to CodeWeaver13/opentelemetry-specification
that referenced
this pull request
Jun 2, 2026
Fixes open-telemetry#4923 ## Changes Stabilizes the transformation of OTLP Summaries to Prometheus summaries. This PR superseeds open-telemetry#5090, since @johannaojeling is out on PTO for a couple of weeks For non-trivial changes, follow the [change proposal process](https://github.com/open-telemetry/opentelemetry-specification/blob/main/CONTRIBUTING.md#proposing-a-change). * [X] Related issues open-telemetry#4923 * [ ] Related [OTEP(s)](https://github.com/open-telemetry/oteps) # * [ ] Links to the prototypes (when adding or changing features) * [X] [`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 * [ ] [Declarative config data model](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/configuration/data-model.md#overview) is updated if SDK config surface is changed --------- Signed-off-by: Arthur Silva Sens <arthursens2005@gmail.com> Co-authored-by: Jack Berg <34418638+jack-berg@users.noreply.github.com>
dashpole
pushed a commit
to dashpole/opentelemetry-specification
that referenced
this pull request
Jun 8, 2026
Fixes open-telemetry#4923 Stabilizes the transformation of OTLP Summaries to Prometheus summaries. This PR superseeds open-telemetry#5090, since @johannaojeling is out on PTO for a couple of weeks For non-trivial changes, follow the [change proposal process](https://github.com/open-telemetry/opentelemetry-specification/blob/main/CONTRIBUTING.md#proposing-a-change). * [X] Related issues open-telemetry#4923 * [ ] Related [OTEP(s)](https://github.com/open-telemetry/oteps) # * [ ] Links to the prototypes (when adding or changing features) * [X] [`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 * [ ] [Declarative config data model](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/configuration/data-model.md#overview) is updated if SDK config surface is changed --------- Signed-off-by: Arthur Silva Sens <arthursens2005@gmail.com> Co-authored-by: Jack Berg <34418638+jack-berg@users.noreply.github.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.
Fixes #4923
Changes
Stabilizes the conversion of OTLP Summaries into Prometheus Summaries.
CHANGELOG.mdfile updated for non-trivial changes[chore]in the PR title to skip the changelog check