k8s.persistentvolume.label
Developmenttemplate[string]as of v1.44.0
The label placed on the PersistentVolume, the <key> being the label name, the value being the label value, even if the value is empty.
Examples:
- A label type with value ssd SHOULD be recorded as
the k8s.persistentvolume.label.type attribute with value "ssd".
- A label data with empty string value SHOULD be recorded as
the k8s.persistentvolume.label.data attribute with value "".
Examples
- ssd
Used by
entitys (1)
- k8s.persistentvolume (opt-in)
* required on that signal.
History
Added as development.