Skip to content
Open
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
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ release.
([#4954](https://github.com/open-telemetry/opentelemetry-specification/pull/4954))
- Stabilize OpenTelemetry Metric Metadata to Prometheus metric metadata.
([#4966](https://github.com/open-telemetry/opentelemetry-specification/pull/4966))
- Stabilize translation of labels prefixed with `otel_scope_` to OTLP Instrumentation Scope.
([#5004](https://github.com/open-telemetry/opentelemetry-specification/pull/5004))

### SDK Configuration

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ MUST be converted to OpenTelemetry Exemplars as follows:

### Instrumentation Scope

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

Labels with `otel_scope_` prefix MUST be dropped from all metric points
and used as the Instrumentation Scope name (`otel_scope_name`),
Expand Down
Loading