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 @@ -23,6 +23,8 @@ release.
([#5024](https://github.com/open-telemetry/opentelemetry-specification/issues/5024))
- Stabilize port configuration.
([#4985](https://github.com/open-telemetry/opentelemetry-specification/issues/4985))
- Stabilize `scope_info_enabled` configuration.
([#5056](https://github.com/open-telemetry/opentelemetry-specification/pull/5056))
- Change Prometheus Metric Exporter config property recommended names
(`without_scope_info` -> `scope_info_enabled`, `without_target_info` -> `target_info_enabled`,
`with_resource_constant_labels` -> `resource_constant_labels`)
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 @@ -149,7 +149,7 @@ If the Prometheus exporter supports such configuration it MUST be named to somet

### Scope Info

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

A Prometheus Exporter MAY support configuration to specify whether metrics include
[scope labels](../../compatibility/prometheus_and_openmetrics.md#instrumentation-scope-1).
Expand Down
Loading