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
15 changes: 10 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

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 @@ -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
Expand Down
Loading