Stabilize Prometheus Counter->OTLP Sum#4862
Merged
jmacd merged 1 commit intoopen-telemetry:mainfrom Feb 4, 2026
Merged
Conversation
dashpole
approved these changes
Feb 2, 2026
Member
|
@ArthurSens could you update the changelog? Thanks! |
Member
Author
Happy to add it! I'm a bit confused about when a changelog entry is needed, though. Is this written down somewhere? #4860 didn't need, for example, and the PRs are quite similar |
Signed-off-by: Arthur Silva Sens <arthursens2005@gmail.com>
ad116a8 to
80afc42
Compare
Contributor
|
#4860 didn't change the actual spec or its status. It just reorganized things. This is making a material change a consumer of the spec might care about, so we should have a changelog entry. |
Member
Author
|
Oh, sorry for the delay here... I was attending FOSDEM and OTel Unplugged. Do you still want a changelog entry? Happy to add in a follow-up PR |
github-merge-queue bot
pushed a commit
that referenced
this pull request
Feb 4, 2026
Just adds a changelog entry for #4862 Signed-off-by: Arthur Silva Sens <arthursens2005@gmail.com>
Merged
github-merge-queue bot
pushed a commit
that referenced
this pull request
Feb 13, 2026
### Context - Deprecate Jaeger propagator and make propagator implementation optional. ([#4827](#4827)) - Deprecate OT Trace propagator and make propagator implementation optional. ([#4851](#4851)) ### Metrics - Add normative language to the Metrics API/SDK spec concurrency requirements. ([#4868](#4868)) ### Logs - Add optional `Exception` parameter to Emit LogRecord. ([#4824](#4824)) - Add normative language to the Logging API/SDK spec concurrency requirements. ([#4885](#4885)) ### Resource - Refine the handling of OTEL_RESOURCE_ATTRIBUTES. ([#4856](#4856)) ### Common - Add string representation guidance for complex attribute value types (byte arrays, empty values, arrays, and maps) for non-OTLP protocols. ([#4848](#4848)) ### Compatibility - Stabilize Prometheus Counter to OTLP Sum transformation. ([#4862](#4862)) - Stabilize Prometheus Gauge to OTLP Gauge transformation. ([#4871](#4871)) ### SDK Configuration - Swap Tracer/Meter/LoggerConfig `disabled` for `enabled` to avoid double negatives ([#4823](#4823)) - Declarative configuration: rename `ComponentProvider` to `PluginComponentProvider`, `CreatePlugin` to `CreateComponent` in effort to use consistent vocabulary ([#4806](#4806)) - Declarative configuration: Update instrumentation config behavior to return empty object when not set ([#4817](#4817))
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.
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.
CHANGELOG.mdfile updated for non-trivial changes[chore]in the PR title to skip the changelog check