gluster-prometheus icon indicating copy to clipboard operation
gluster-prometheus copied to clipboard

Brick metrics

Open vredara opened this issue 6 years ago • 4 comments

Provide brick metrics like inode utilization, thin pool utilization, free/total space in brick level. provide fops count by enabling diagnostics of fops.

vredara avatar Jul 23 '18 07:07 vredara

Just want to add VDO metrics as well.

pranithk avatar Jul 29 '18 09:07 pranithk

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

shtripat avatar Aug 14 '18 03:08 shtripat

This patch adds disk, inode utilization. https://github.com/gluster/gluster-prometheus/pull/10

aravindavk avatar Aug 21 '18 15:08 aravindavk

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.

shtripat avatar Jan 08 '19 04:01 shtripat