Skip to content

Commit e10f399

Browse files
johannaojelinghilmarf
authored andcommitted
Organize Prometheus stabilization changelog entries (open-telemetry#5033)
Fixes a remark made in open-telemetry#5026 (comment). ## Changes Groups the Prometheus stabilization changelog entries into top level bullet points. * [ ] Related issues # * [ ] Related [OTEP(s)](https://github.com/open-telemetry/oteps) # * [ ] Links to the prototypes (when adding or changing features) * [ ] [`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
1 parent c9fe71d commit e10f399

1 file changed

Lines changed: 24 additions & 22 deletions

File tree

CHANGELOG.md

Lines changed: 24 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -53,28 +53,30 @@ release.
5353

5454
- Deprecate OpenTracing compatibility requirements in the specification.
5555
([#4849](https://github.com/open-telemetry/opentelemetry-specification/issues/4849))
56-
- Stabilize Prometheus Classic Histogram to OTLP Explicit Histogram transformation.
57-
([#4874](https://github.com/open-telemetry/opentelemetry-specification/pull/4874))
58-
- Stabilize Prometheus Timestamp and Start timestamp transformation.
59-
([#4953](https://github.com/open-telemetry/opentelemetry-specification/pull/4953))
60-
- Clarify Prometheus Native Histogram to OTLP Exponential Histogram conversion,
61-
add conversion rules for Native Histograms with Custom Buckets (NHCB) to OTLP
62-
Histogram.
63-
([#4898](https://github.com/open-telemetry/opentelemetry-specification/pull/4898))
64-
- Stabilize Prometheus Dropped Types transformation.
65-
([#4952](https://github.com/open-telemetry/opentelemetry-specification/pull/4952))
66-
- Stabilize OpenTelemetry Attributes to Prometheus labels transformation.
67-
([#4963](https://github.com/open-telemetry/opentelemetry-specification/pull/4963))
68-
- Stabilize Prometheus Exemplar to OpenTelemetry Exemplar transformation.
69-
([#4962](https://github.com/open-telemetry/opentelemetry-specification/pull/4962))
70-
- Stabilize Prometheus Metadata transformation.
71-
([#4954](https://github.com/open-telemetry/opentelemetry-specification/pull/4954))
72-
- Stabilize OpenTelemetry Metric Metadata to Prometheus metric metadata.
73-
([#4966](https://github.com/open-telemetry/opentelemetry-specification/pull/4966))
74-
- Stabilize Prometheus SDK Exporter host configuration.
75-
([#4984](https://github.com/open-telemetry/opentelemetry-specification/issues/4984))
76-
- Stabilize OpenTelemetry Exemplar to Prometheus Exemplar transformation.
77-
([#4964](https://github.com/open-telemetry/opentelemetry-specification/pull/4964))
56+
- Stabilize sections of Prometheus and OpenMetrics Compatibility.
57+
- Stabilize Prometheus Classic Histogram to OTLP Explicit Histogram transformation.
58+
([#4874](https://github.com/open-telemetry/opentelemetry-specification/pull/4874))
59+
- Stabilize Prometheus Timestamp and Start timestamp transformation.
60+
([#4953](https://github.com/open-telemetry/opentelemetry-specification/pull/4953))
61+
- Clarify Prometheus Native Histogram to OTLP Exponential Histogram conversion,
62+
add conversion rules for Native Histograms with Custom Buckets (NHCB) to OTLP
63+
Histogram.
64+
([#4898](https://github.com/open-telemetry/opentelemetry-specification/pull/4898))
65+
- Stabilize Prometheus Dropped Types transformation.
66+
([#4952](https://github.com/open-telemetry/opentelemetry-specification/pull/4952))
67+
- Stabilize OpenTelemetry Attributes to Prometheus labels transformation.
68+
([#4963](https://github.com/open-telemetry/opentelemetry-specification/pull/4963))
69+
- Stabilize Prometheus Exemplar to OpenTelemetry Exemplar transformation.
70+
([#4962](https://github.com/open-telemetry/opentelemetry-specification/pull/4962))
71+
- Stabilize Prometheus Metadata transformation.
72+
([#4954](https://github.com/open-telemetry/opentelemetry-specification/pull/4954))
73+
- Stabilize OpenTelemetry Metric Metadata to Prometheus metric metadata.
74+
([#4966](https://github.com/open-telemetry/opentelemetry-specification/pull/4966))
75+
- Stabilize OpenTelemetry Exemplar to Prometheus Exemplar transformation.
76+
([#4964](https://github.com/open-telemetry/opentelemetry-specification/pull/4964))
77+
- Stabilize sections of Prometheus Metrics Exporter.
78+
- Stabilize host configuration.
79+
([#4984](https://github.com/open-telemetry/opentelemetry-specification/issues/4984))
7880

7981
### SDK Configuration
8082

0 commit comments

Comments
 (0)