Cluster information:
Kubernetes version: 1.31
Cloud being used: Multiple
Host OS: Linux
We are trying to get iops metrics for PVCs in Prometheus. I realize that much of the disk info is available via the node exporter, but there seems to be no way to know which volume device maps to which PV (and consequently PVC) from the available metrics in kube-state-metrics
. What would be a good approach to get the PVC specific iops metrics?