Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ release.
([#5034](https://github.com/open-telemetry/opentelemetry-specification/pull/5034))
- Stabilize OpenTelemetry Instrumentation Scope to Prometheus labels transformation.
([#5052](https://github.com/open-telemetry/opentelemetry-specification/pull/5052))
- Stabilize the conversion of OTLP Summaries into Prometheus Summaries.
([#4923](https://github.com/open-telemetry/opentelemetry-specification/issues/4923))

### SDK Configuration

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ metrics with the delta aggregation temporality are dropped.

### Summaries

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

An [OpenTelemetry Summary](../metrics/data-model.md#summary-legacy) MUST be converted to a Prometheus metric family with the following metrics:

Expand Down
Loading