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
4 changes: 4 additions & 0 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 client libs section.
([#5106](https://github.com/open-telemetry/opentelemetry-specification/pull/5106))

### Logs

### Baggage
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 @@ -52,7 +52,7 @@ OpenTelemetry metrics MUST be converted to Prometheus metrics according to the

### Client Libraries

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

A Prometheus Exporter SHOULD use an official [Prometheus client library](https://prometheus.io/docs/instrumenting/clientlibs/)
when one exists for the implementation language and it is practical to do so
Expand Down
Loading