Skip to content
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

Report volume usage #499

Closed
shukla2009 opened this issue May 9, 2020 · 5 comments · Fixed by #677
Closed

Report volume usage #499

shukla2009 opened this issue May 9, 2020 · 5 comments · Fixed by #677
Labels
lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale.

Comments

@shukla2009
Copy link

How can I identify the volume usage ?

as of now aws-ebs-csi-driver emits
kube_persistentvolume_capacity_bytes
but it doesn't have anything like
kube_persistentvolume_usage_bytes

Ideally its should support standard metrics as below

kubelet_volume_stats_inodes_used
kubelet_volume_stats_used_bytes
kubelet_volume_stats_available_bytes
kubelet_volume_stats_capacity_bytes
kubelet_volume_stats_inodes
kubelet_volume_stats_inodes_free
@Henni Henni mentioned this issue Jun 16, 2020
@Henni
Copy link

Henni commented Jun 16, 2020

This seems to be a duplicate of #223

@fejta-bot
Copy link

Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.

If this issue is safe to close now please do so with /close.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/lifecycle stale

@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Sep 14, 2020
@frittentheke
Copy link
Contributor

This seems to be a duplicate of #223

@Henni not really. The intention of #223 is to report metrics for the EBS driver, so some stats on the requests to the AWS APIs maybe - Number of them, success / failure rate / timeouts ....
So generally about the functionality of the CSI driver, not the resulting volumes or their stats.

See: #216 (which somewhat resulted of my discussion with @leakingtapan in #214).

@frittentheke
Copy link
Contributor

/remove-lifecycle stale

@k8s-ci-robot k8s-ci-robot removed the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Oct 1, 2020
@fejta-bot
Copy link

Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.

If this issue is safe to close now please do so with /close.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/lifecycle stale

@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Dec 30, 2020
This was referenced Jan 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants