Constant K8S_POD_VOLUME_AVAILABLE
pub const K8S_POD_VOLUME_AVAILABLE: &'static str;Available on crate features
opentelemetry and semconv_experimental only.Expand description
§Description
Pod volume storage space available.
§Notes
This metric is derived from the VolumeStats.AvailableBytes 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 |