Skip to content
Open
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
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@ release.

### Metrics

- 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))
- Stabilize `resource_constant_labels` configuration.
([#5130](https://github.com/open-telemetry/opentelemetry-specification/pull/5130))

### Logs

### Baggage
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 @@ -129,7 +129,7 @@ the [default aggregation](../sdk.md#default-aggregation) by default.

### Resource Attributes as Metric Labels

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

A Prometheus Exporter MAY offer configuration to add resource attributes as metric labels.
By default, it MUST NOT add any resource attributes as metric labels.
Expand Down
Loading