Hello,
I'm running Prometheus in a K8s cluster (1.7.6). I installed it using Helm and it creates a PVC/PV and I'm trying to alert if the disk space on that PV is below a certain threshold using AlertManager, but I'm not sure where I can query this from?
"node_filesystem_avail" seems the right fit for this but it doesn't have info about the PV which is mounted as "sdb" on the host node.
I have CAdvisor and Node Exporter running in the same cluster but they don't seem to have any metrics for "externally" mounted disks, like "sdb", etc. Maybe there's a parameter I could add to Node Exporter or enable a certain "collector" to get this info?
Thanks.