Hi,
We've setup Proxmox metrics which is sending data in to an influxdb instance, this is then displayed using Grafana.
We've noticed that the disk usage stat (disk) in a query like this:
SELECT "cpu", "cpus", "mem", "maxmem" , "disk" ,"maxdisk" FROM "system" WHERE ("object" = 'qemu' OR...