I am trying to monitor PVC space utilization. There's currently no way to easily distinguish between a emptyDir/configMap from a pvc volume from the metrics reported.
This PR added PVCRef with namespace and name of the PVC which would easily allow me to filter out volumes aren't relevant. kubernetes/kubernetes#51448
It would be grand if we can add pvc name and namespace to the volume metricset.
Thank you
I am trying to monitor PVC space utilization. There's currently no way to easily distinguish between a emptyDir/configMap from a pvc volume from the metrics reported.
This PR added PVCRef with namespace and name of the PVC which would easily allow me to filter out volumes aren't relevant. kubernetes/kubernetes#51448
It would be grand if we can add pvc name and namespace to the volume metricset.
Thank you