semantic-conventions/model/otel/deprecated/registry-deprecated.yaml

23 lines
758 B
YAML

groups:
- id: registry.otel.library.deprecated
type: attribute_group
display_name: Deprecated OTel Library Attributes
brief: "Describes deprecated otel.library attributes."
attributes:
- id: otel.library.name
type: string
deprecated:
reason: renamed
renamed_to: otel.scope.name
stability: development
brief: "Deprecated. Use the `otel.scope.name` attribute"
examples: ['io.opentelemetry.contrib.mongodb']
- id: otel.library.version
type: string
deprecated:
reason: renamed
renamed_to: otel.scope.version
stability: development
brief: "Deprecated. Use the `otel.scope.version` attribute."
examples: ['1.0.0']