diff --git a/CHANGELOG.md b/CHANGELOG.md index b88a75ca1fb..2c4bf4b7d12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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`) diff --git a/specification/metrics/sdk_exporters/prometheus.md b/specification/metrics/sdk_exporters/prometheus.md index fc3145c282f..8224308d147 100644 --- a/specification/metrics/sdk_exporters/prometheus.md +++ b/specification/metrics/sdk_exporters/prometheus.md @@ -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).