k8s.pod.label
The label placed on the Pod, the <key> being the label name, the value being the label value.
Examples:
- A label app with value my-app SHOULD be recorded as
the k8s.pod.label.app attribute with value "my-app".
- A label mycompany.io/arch with value x64 SHOULD be recorded as
the k8s.pod.label.mycompany.io/arch attribute with value "x64".
- A label data with empty string value SHOULD be recorded as
the k8s.pod.label.data attribute with value "".
Examples
- my-app
- x64
Used by
entitys (1)
- k8s.pod (opt-in)
* required on that signal.
History
- v1.42.0stability
Promoted to stable.
- v1.41.0stability
Promoted to release_candidate.
Stability label respelled from alpha to beta.
Stability label respelled from development to alpha.
Stability label respelled from experimental to development.
Already present at v1.30.0, the oldest release tracked here (experimental).