Skip to content
Merged
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
3 changes: 3 additions & 0 deletions specification/compatibility/prometheus_and_openmetrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,9 @@ the scope schema URL as the `otel_scope_schema_url` label,
the scope attributes as labels with `otel_scope_` prefix and following the rules
described in the [`Metric Attributes`](#metric-attributes) section below,
on all metric points, based on the scope the original data point was nested in.
Scope attributes with names 'name', 'version', or 'schema_url' MUST be dropped
to avoid conflicts with the already existing `otel_scope_name`, `otel_scope_version`, and
`otel_scope_schema_url` labels.
Comment thread
ArthurSens marked this conversation as resolved.
Comment thread
ArthurSens marked this conversation as resolved.

### Gauges

Expand Down
Loading