-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Expose Storage Metrics #363
Comments
cc: @aerokite |
Automatic merge from submit-queue Proposal for adding PVC info to VolumeStats Flushes out details for part 1 of the changes described in [#855](#855) Feature: [#363](kubernetes/enhancements#363)
Automatic merge from submit-queue (batch tested with PRs 51513, 51515, 50570, 51482, 51448) Add PVCRef to VolumeStats **What this PR does / why we need it**: For pod volumes that reference a PVC, add a PVCRef to the corresponding volume stat. This allows metrics to be indexed/queried by PVC name which is more user-friendly than Pod reference **Which issue this PR fixes** : [#363](kubernetes/enhancements#363) **Special notes for your reviewer**: **Release note**: ``` `VolumeStats` reported by the kubelet stats summary API (http://<node>:10255/stats/summary) now include a PVCRef field describing the PVC referenced by the volume (if any). ```
Automatic merge from submit-queue Expose PVC metrics via kubelet prometheus This depends on #51448, opening early though. second commit is mine and mostly a copy/paste job. implements metrics listed in here kubernetes/community#855 following method here kubernetes/community#930 (comment) **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: kubernetes/enhancements#363 **Special notes for your reviewer**: **Release note**: ```release-note PersistentVolumeClaim metrics like "volume_stats_inodes" and "volume_stats_capacity_bytes" are now reported via kubelet prometheus ```
@jingxu97 any update on missing docs? PR is due today. |
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.. Add e2e test to verify PVC metrics Adds an e2e test for kubernetes/enhancements#363 fixes #52459
Flushes out details for part 1 of the changes described in kubernetes#855 Feature: kubernetes/enhancements#363
Flushes out details for part 1 of the changes described in kubernetes#855 Feature: kubernetes/enhancements#363
@jingxu97 @vishh I am currently work on adding disk io quota to Kubernetes and adding disk io metrics to heapster. What is the currently status about this? BTW, i will update heapster #1450 ASAP. |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Rotten issues close after 30d of inactivity. Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
/reopen |
@PravinMagdum: you can't re-open an issue/PR unless you authored it or you are assigned to it. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Proposal: Server-side `kubectl get`
Flushes out details for part 1 of the changes described in kubernetes/community#855 Feature: kubernetes#363
Automatic merge from submit-queue Proposal for adding PVC info to VolumeStats Flushes out details for part 1 of the changes described in [kubernetes#855](kubernetes/community#855) Feature: [kubernetes#363](kubernetes#363)
Flushes out details for part 1 of the changes described in kubernetes/community#855 Feature: kubernetes/enhancements#363
Automatic merge from submit-queue Proposal for adding PVC info to VolumeStats Flushes out details for part 1 of the changes described in [#855](kubernetes/community#855) Feature: [#363](kubernetes/enhancements#363)
Flushes out details for part 1 of the changes described in kubernetes/community#855 Feature: kubernetes/enhancements#363
Flushes out details for part 1 of the changes described in kubernetes/community#855 Feature: kubernetes/enhancements#363
Automatic merge from submit-queue Proposal for adding PVC info to VolumeStats Flushes out details for part 1 of the changes described in [#855](kubernetes/community#855) Feature: [#363](kubernetes/enhancements#363)
Flushes out details for part 1 of the changes described in kubernetes/community#855 Feature: kubernetes/enhancements#363
Automatic merge from submit-queue Proposal for adding PVC info to VolumeStats Flushes out details for part 1 of the changes described in [#855](kubernetes/community#855) Feature: [#363](kubernetes/enhancements#363)
Flushes out details for part 1 of the changes described in kubernetes/community#855 Feature: kubernetes/enhancements#363
Automatic merge from submit-queue Proposal for adding PVC info to VolumeStats Flushes out details for part 1 of the changes described in [#855](kubernetes/community#855) Feature: [#363](kubernetes/enhancements#363)
Flushes out details for part 1 of the changes described in kubernetes/community#855 Feature: kubernetes/enhancements#363
Automatic merge from submit-queue Proposal for adding PVC info to VolumeStats Flushes out details for part 1 of the changes described in [#855](kubernetes/community#855) Feature: [#363](kubernetes/enhancements#363)
Flushes out details for part 1 of the changes described in kubernetes/community#855 Feature: kubernetes/enhancements#363
Automatic merge from submit-queue Proposal for adding PVC info to VolumeStats Flushes out details for part 1 of the changes described in [#855](kubernetes/community#855) Feature: [#363](kubernetes/enhancements#363)
@tamalsaha @jingxu97 It seems like this is yet to be implemented. I have gone through most linked issues and it seems like the design proposal was updated but we didn't work on this. I'm also trying to figure out an implementation for the same |
@jingxu97 I think this one got closed accidentally. I see its in Beta at the moment? Could this be reopen so i can track progress here, please? Its easier to get notified about changes than through the spreadsheet. |
Feature Description
The text was updated successfully, but these errors were encountered: