k8s.pod.annotation
The annotation placed on the Pod, the <key> being the annotation name, the value being the annotation value.
Examples:
- An annotation kubernetes.io/enforce-mountable-secrets with value true SHOULD be recorded as
the k8s.pod.annotation.kubernetes.io/enforce-mountable-secrets attribute with value "true".
- An annotation mycompany.io/arch with value x64 SHOULD be recorded as
the k8s.pod.annotation.mycompany.io/arch attribute with value "x64".
- An annotation data with empty string value SHOULD be recorded as
the k8s.pod.annotation.data attribute with value "".
Examples
- true
- 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).