Constant K8S_NODE_FILESYSTEM_USAGE
pub const K8S_NODE_FILESYSTEM_USAGE: &'static str;Available on crate features
opentelemetry and semconv_experimental only.Expand description
§Description
Node filesystem usage.
§Notes
This may not equal capacity - available.
This metric is derived from the FsStats.UsedBytes field of the NodeStats.Fs of the Kubelet’s stats API
§Metadata
| Instrument: | updowncounter |
| Unit: | By |
| Status: | Development |