-
Notifications
You must be signed in to change notification settings - Fork 110
Volume stats missing #134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thank you for creating the issue! One of our team members will get back to you shortly with additional information. |
I'm facing the same situation (DO-managed k8s 1.13.4). No volume metrics are exposed.
Related info: coreos/prometheus-operator#2359 Having suffered from a volume with no space left on device just recently I'd like to hear if there's any update on this issue. |
In need of the same requirement. Critical to have the ability to send alerts if volume is reaching full capacity. While scanning through the drive plugin code it seem the NodeGetVolumeStats method is not yet implemented. |
I have finished what I think should approach a working implementation of the requested feature. Still need to run more tests to confirm. |
What did you do? (required. The issue will be closed when not provided.)
Setup kube-prometheus (https://github.com/coreos/prometheus-operator/tree/master/contrib/kube-prometheus)
What did you expect to happen?
Being able to see PV stats, like diskspace free etc. There is an dashboard for this already added, but data was empty. Checked out prometheus data and didn't find any metrics named kubelet_volume_stats_*
Searched around, and it looks like from my understanding that the driver should implement this.
https://stackoverflow.com/questions/44718268/how-to-monitor-disk-usage-of-kubernetes-persistent-volumes?rq=1
CSI Version:
latest managed DO cluster
Kubernetes Version:
1.3.14 managed DO cluster
The text was updated successfully, but these errors were encountered: