20 lines
569 B
YAML
20 lines
569 B
YAML
groups:
|
|
- id: otel.library
|
|
prefix: otel.library
|
|
type: resource
|
|
brief: >
|
|
Span attributes used by non-OTLP exporters to represent OpenTelemetry Scope's concepts.
|
|
attributes:
|
|
- id: name
|
|
type: string
|
|
deprecated: use the `otel.scope.name` attribute.
|
|
stability: experimental
|
|
brief:
|
|
examples: ['io.opentelemetry.contrib.mongodb']
|
|
- id: version
|
|
type: string
|
|
deprecated: use the `otel.scope.version` attribute.
|
|
stability: experimental
|
|
brief:
|
|
examples: ['1.0.0']
|