PVC usage metrics

Hey all, I want to monitor PVC usage across my Kubernetes clusters. Is this possible? before 1.12 this was possible using the below metrics, but these metrics are not being exposed anymore.

kubelet_volume_stats_available_bytes
kubelet_volume_stats_capacity_bytes
kubelet_volume_stats_used_bytes

Can someone guide whats the workaround to monitor PVC usage?
Thanks