Skip to content

Commit 80b21d8

Browse files
[prometheus] Stabilize SDK exporter port config (#5026)
Fixes #4985 ## Changes Moves Prometheus Metrics Exporter spec **Port configuration** status from `Development` to `Stable`. Implemented by [3+ SDKs](#4985 (comment)). * [x] Related issues #4985 * [ ] Related [OTEP(s)](https://github.com/open-telemetry/oteps) # * [ ] Links to the prototypes (when adding or changing features) * [x] [`CHANGELOG.md`](https://github.com/open-telemetry/opentelemetry-specification/blob/main/CHANGELOG.md) file updated for non-trivial changes * For trivial changes, include `[chore]` in the PR title to skip the changelog check * [ ] [Spec compliance matrix](https://github.com/open-telemetry/opentelemetry-specification/blob/main/spec-compliance-matrix/template.yaml) updated if necessary * [ ] [Declarative config data model](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/configuration/data-model.md#overview) is updated if SDK config surface is changed Co-authored-by: Jack Berg <34418638+jack-berg@users.noreply.github.com>
1 parent 366a4f1 commit 80b21d8

2 files changed

Lines changed: 11 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ release.
1313

1414
### Metrics
1515

16+
- Stabilize sections of Prometheus Metrics Exporter.
17+
- Stabilize port configuration.
18+
([#4985](https://github.com/open-telemetry/opentelemetry-specification/issues/4985))
19+
1620
### Logs
1721

1822
### Baggage
@@ -60,6 +64,12 @@ release.
6064

6165
- Add development `maxExportBatchSize` parameter to Periodic exporting MetricReader.
6266
([#4895](https://github.com/open-telemetry/opentelemetry-specification/pull/4895))
67+
- Stabilize sections of Prometheus Metrics Exporter.
68+
- Stabilize temporality.
69+
([#4983](https://github.com/open-telemetry/opentelemetry-specification/issues/4983))
70+
- Stabilize host configuration.
71+
([#4984](https://github.com/open-telemetry/opentelemetry-specification/issues/4984))
72+
([#5025](https://github.com/open-telemetry/opentelemetry-specification/pull/5025))
6373

6474
### Logs
6575

@@ -102,11 +112,6 @@ release.
102112
([#4966](https://github.com/open-telemetry/opentelemetry-specification/pull/4966))
103113
- Stabilize OpenTelemetry Exemplar to Prometheus Exemplar transformation.
104114
([#4964](https://github.com/open-telemetry/opentelemetry-specification/pull/4964))
105-
- Stabilize sections of Prometheus Metrics Exporter.
106-
- Stabilize temporality.
107-
([#4983](https://github.com/open-telemetry/opentelemetry-specification/issues/4983))
108-
- Stabilize host configuration.
109-
([#5025](https://github.com/open-telemetry/opentelemetry-specification/pull/5025))
110115

111116
### SDK Configuration
112117

specification/metrics/sdk_exporters/prometheus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ by default.
110110

111111
### Port
112112

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

115115
A Prometheus Exporter SHOULD support a configuration option to set the port
116116
that metrics are served on. The option MAY be named `port`, and MUST be `9464` by

0 commit comments

Comments
 (0)