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

13 lines
428 B
YAML

groups:
- id: registry.k8s.deprecated
type: attribute_group
display_name: Deprecated Kubernetes Attributes
brief: "Describes deprecated k8s attributes."
attributes:
- id: k8s.pod.labels
type: template[string]
examples: ['k8s.pod.label.app=my-app']
brief: "Deprecated, use `k8s.pod.label` instead."
stability: development
deprecated: "Replaced by `k8s.pod.label`."