gluster-prometheus
gluster-prometheus copied to clipboard
Brick metrics
Provide brick metrics like inode utilization, thin pool utilization, free/total space in brick level. provide fops count by enabling diagnostics of fops.
Just want to add VDO metrics as well.
May be useful ones
- device iops
- device throughput
- device latency
- brick process status
- device count
- bricks count on the device where the brick is placed
This patch adds disk, inode utilization. https://github.com/gluster/gluster-prometheus/pull/10
The disk specific metrics like iops
, thorughput
, latency
would be exposed by k8s.
Regarding brick process status, there a metric gluster_brick_up
is exposed.
device count can be achieved using recording rules on k8s metrics.