Skip to content
Open
Show file tree
Hide file tree
Changes from 2 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 @@ -57,6 +57,8 @@ release.
([#4898](https://github.com/open-telemetry/opentelemetry-specification/pull/4898))
- Stabilize Prometheus Dropped Types transformation.
([#4952](https://github.com/open-telemetry/opentelemetry-specification/pull/4952))
- 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 @@ -290,7 +290,7 @@ exemplar as attributes.

### 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