Constant K8S_PERSISTENTVOLUMECLAIM_LABEL
pub const K8S_PERSISTENTVOLUMECLAIM_LABEL: &'static str;Available on crate features
opentelemetry and semconv_experimental only.Expand description
The label placed on the PersistentVolumeClaim, the key being the label name, the value being the label value, even if the value is empty.
§Notes
Examples:
- A label
appwith valuemy-appSHOULD be recorded as thek8s.persistentvolumeclaim.label.appattribute with value"my-app". - A label
datawith empty string value SHOULD be recorded as thek8s.persistentvolumeclaim.label.dataattribute with value"".
§Examples
"my-app"""