Constant K8S_PERSISTENTVOLUMECLAIM_STORAGE_CAPACITY
pub const K8S_PERSISTENTVOLUMECLAIM_STORAGE_CAPACITY: &'static str;Available on crate features
opentelemetry and semconv_experimental only.Expand description
§Description
The actual storage capacity provisioned for the PersistentVolumeClaim.
§Notes
Only available when the PVC is bound. May differ from the requested capacity due to provisioner rounding.
This metric is derived from the .status.capacity.storage field of the
K8s PersistentVolumeClaimStatus
§Metadata
| Instrument: | updowncounter |
| Unit: | By |
| Status: | Development |