-
Notifications
You must be signed in to change notification settings - Fork 40k
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
Add metrics support for a GCE PD, EC2 EBS & Azure File volumes #25852
Conversation
Looks like this fails to compile |
|
||
var _ MetricsProvider = &metricsStatFS{} | ||
|
||
// metricsStatFS represents a MetricsProvider that calculates the used and available |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
plz update the comment so say it uses statfs to get the aggregate usage metrics for the device.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
@pwittrock PTAL |
249f1a0
to
2ca4897
Compare
@k8s-bot test unit github issue #IGNORE |
@k8s-bot test unit github issue #IGNORE |
Signed-off-by: Vishnu Kannan <vishnuk@google.com>
Because submit queue is blocked, I'm going to kick off re-tests of the top 5 PRs in the queue, then merge them if they pass. |
GCE e2e build/test passed for commit baa8ac4. |
Added filesystem metrics for GCE PD, EC2 ebs & Azure file
Fixes #25840
cc @thockin