Constant K8S_PERSISTENTVOLUME_ANNOTATION
pub const K8S_PERSISTENTVOLUME_ANNOTATION: &'static str;Available on crate features
opentelemetry and semconv_experimental only.Expand description
The annotation placed on the PersistentVolume, the key being the annotation name, the value being the annotation value, even if the value is empty.
§Notes
Examples:
- An annotation
pv.kubernetes.io/provisioned-bywith valuekubernetes.io/aws-ebsSHOULD be recorded as thek8s.persistentvolume.annotation.pv.kubernetes.io/provisioned-byattribute with value"kubernetes.io/aws-ebs". - An annotation
datawith empty string value SHOULD be recorded as thek8s.persistentvolume.annotation.dataattribute with value"".
§Examples
"kubernetes.io/aws-ebs"""