Constant K8S_POD_VOLUME_INODE_USED
pub const K8S_POD_VOLUME_INODE_USED: &'static str;Available on crate features
opentelemetry and semconv_experimental only.Expand description
§Description
The inodes used by the filesystem of the Pod’s volume.
§Notes
This metric is derived from the VolumeStats.InodesUsed field of the PodStats of the Kubelet’s stats API.
This may not be equal to inodes - free because filesystem may share inodes with other filesystems
§Metadata
| Instrument: | updowncounter |
| Unit: | {inode} |
| Status: | Development |
§Attributes
| Name | Requirement |
|---|---|
crate::attribute::K8S_VOLUME_NAME | Required |
crate::attribute::K8S_VOLUME_TYPE | Recommended |