Skip to content

Infrastructure Integration

The Disk integration is enabled by default which means the user can see all of the below metrics in Epoch without any additional configuration.

Infrastructure Datasources

Datasource Available Aggregations Unit Description
system.disk.free avg max min sum byte The amount of disk space that is free.
system.disk.in_use avg max min sum fraction The amount of disk space in use as a fraction of the total.
system.disk.read_time_pct avg max min sum percent Percent of time spent reading from disk.
system.disk.total avg max min sum byte The total amount of disk space.
system.disk.used avg max min sum byte The amount of disk space in use.
system.disk.write_time_pct avg max min sum percent Percent of time spent writing to disk.
system.fs.inodes.free avg max min sum inode The number of free inodes.
system.fs.inodes.in_use avg max min sum fraction The number of inodes in use as a fraction of the total.
system.fs.inodes.total avg max min sum inode The total number of inodes.
system.fs.inodes.used avg max min sum inode The number of inodes in use.