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

12 lines
401 B
YAML

groups:
- id: attributes.container.deprecated
type: attribute_group
brief: "Describes deprecated container attributes."
attributes:
- id: container.labels
type: template[string]
examples: [ 'container.label.app=nginx' ]
brief: "Deprecated, use `container.label` instead."
stability: experimental
deprecated: "Replaced by `container.label`."