Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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 @@ -78,6 +78,8 @@ release.
- Stabilize OpenTelemetry Exemplar to Prometheus Exemplar transformation.
([#4964](https://github.com/open-telemetry/opentelemetry-specification/pull/4964))
- Stabilize sections of Prometheus Metrics Exporter.
- Stabilize temporality.
([#4983](https://github.com/open-telemetry/opentelemetry-specification/issues/4983))
- Stabilize host configuration.
([#4984](https://github.com/open-telemetry/opentelemetry-specification/issues/4984))

Expand Down
2 changes: 1 addition & 1 deletion specification/metrics/sdk_exporters/prometheus.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Prometheus exporter.

### Temporality

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

A Prometheus Exporter MUST set
the [MetricReader](../sdk.md#metricreader) `temporality` as a function of
Expand Down
Loading