diff --git a/CHANGELOG.md b/CHANGELOG.md index 37606dcd97b..46f47728dca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,10 @@ release. ### Metrics +- Stabilize sections of Prometheus Metrics Exporter. + - Stabilize port configuration. + ([#4985](https://github.com/open-telemetry/opentelemetry-specification/issues/4985)) + ### Logs ### Baggage @@ -60,6 +64,12 @@ release. - Add development `maxExportBatchSize` parameter to Periodic exporting MetricReader. ([#4895](https://github.com/open-telemetry/opentelemetry-specification/pull/4895)) +- 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)) + ([#5025](https://github.com/open-telemetry/opentelemetry-specification/pull/5025)) ### Logs @@ -102,11 +112,6 @@ release. ([#4966](https://github.com/open-telemetry/opentelemetry-specification/pull/4966)) - 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. - ([#5025](https://github.com/open-telemetry/opentelemetry-specification/pull/5025)) ### SDK Configuration diff --git a/specification/metrics/sdk_exporters/prometheus.md b/specification/metrics/sdk_exporters/prometheus.md index dd6b6f31336..9b9adb9220a 100644 --- a/specification/metrics/sdk_exporters/prometheus.md +++ b/specification/metrics/sdk_exporters/prometheus.md @@ -110,7 +110,7 @@ by default. ### Port -**Status**: [Development](../../document-status.md) +**Status**: [Stable](../../document-status.md) A Prometheus Exporter SHOULD support a configuration option to set the port that metrics are served on. The option MAY be named `port`, and MUST be `9464` by