one more question: is it possible to monitor stora...
# support
s
one more question: is it possible to monitor storage space available and used by persistent disks? we would like to create alerts when PD available space reaches a certain threshold so we could expand the volume instead of overcommitting upfront
v
@Prashant Shahi Can you please help here?
p
@Salman You can make use of
k8s_volume_available
and
k8s_volume_capacity
metrics for the same. That should be made available by kubelet stats receiver by otelAgent from k8s-infra chart.