pub const SYSTEM_FILESYSTEM_USAGE: &str = "system.filesystem.usage";
Expand description
§Description
Reports a filesystem’s space usage across different states.
§Notes
The sum of all system.filesystem.usage
values over the different system.filesystem.state
attributes
SHOULD equal the total storage capacity of the filesystem, that is system.filesystem.limit
§Metadata
Instrument: | updowncounter |
Unit: | By |
Status: | Experimental |
§Attributes
Name | Requirement |
---|---|
crate::attribute::SYSTEM_DEVICE | Recommended |
crate::attribute::SYSTEM_FILESYSTEM_MODE | Recommended |
crate::attribute::SYSTEM_FILESYSTEM_MOUNTPOINT | Recommended |
crate::attribute::SYSTEM_FILESYSTEM_STATE | Recommended |
crate::attribute::SYSTEM_FILESYSTEM_TYPE | Recommended |