Skip to main content

CONTAINER_FILESYSTEM_USAGE

Constant CONTAINER_FILESYSTEM_USAGE 

pub const CONTAINER_FILESYSTEM_USAGE: &'static str;
Available on crate features opentelemetry and semconv_experimental only.
Expand description

§Description

Container filesystem usage.

§Notes

This may not equal capacity - available.

In K8s, this metric is derived from the FsStats.UsedBytes field of the ContainerStats.Rootfs of the Kubelet’s stats API

§Metadata

Instrument:updowncounter
Unit:By
Status:Development