I have container_fs_usage_bytes
with prometheus to monitor container root fs, but it seems that there is no metrics for other volumes in cAdvisor.
Metrics for volumes are available via the kubelet summary API (/stats/summary). However, each volume plugin has to implement their own metrics. As of Kubernetes 1.7, the current volume plugins that have implemented metrics include: emptydir, secrets, gce pd, aws ebs, azure file, flocker, and portworx