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 @@ -20,6 +20,8 @@ release.
- Stabilize sections of Prometheus Metrics Exporter.
- Stabilize client libs section.
([#5106](https://github.com/open-telemetry/opentelemetry-specification/pull/5106))
- Stabilize Prometheus Metrics Exporter default aggregation configuration.
([#5113](https://github.com/open-telemetry/opentelemetry-specification/pull/5113))

### Logs

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 @@ -120,7 +120,7 @@ default.

### Default Aggregation

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

A Prometheus Exporter SHOULD support a configuration option to set
the [MetricReader](../sdk.md#metricreader) default `aggregation` as a function
Expand Down
Loading