Constant K8S_POD_VOLUME_USAGE
pub const K8S_POD_VOLUME_USAGE: &'static str;Available on crate features
opentelemetry and semconv_experimental only.Expand description
§Description
Pod volume usage.
§Notes
This may not equal capacity - available.
This metric is derived from the VolumeStats.UsedBytes field of the PodStats of the Kubelet’s stats API
§Metadata
| Instrument: | updowncounter |
| Unit: | By |
| Status: | Development |
§Attributes
| Name | Requirement |
|---|---|
crate::attribute::K8S_VOLUME_NAME | Required |
crate::attribute::K8S_VOLUME_TYPE | Recommended |