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

UPSTREAM: PVC metrics in kubelet summary api + prometheus #16205

Merged
merged 2 commits into from Sep 20, 2017

Conversation

@openshift-ci-robot openshift-ci-robot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Sep 7, 2017
@childsb
Copy link
Contributor

childsb commented Sep 7, 2017

/assign @bparees

@childsb
Copy link
Contributor

childsb commented Sep 7, 2017

/retest

@bparees
Copy link
Contributor

bparees commented Sep 7, 2017

@childsb ?
/unassign

@wongma7
Copy link
Contributor Author

wongma7 commented Sep 7, 2017

/retest

@wongma7
Copy link
Contributor Author

wongma7 commented Sep 9, 2017

working:

# HELP kubelet_volume_stats_available_bytes Number of available bytes in the volume
# TYPE kubelet_volume_stats_available_bytes gauge
kubelet_volume_stats_available_bytes{namespace="default",persistentvolumeclaim="mysql"} 8.47814656e+08
# HELP kubelet_volume_stats_capacity_bytes Capacity in bytes of the volume
# TYPE kubelet_volume_stats_capacity_bytes gauge
kubelet_volume_stats_capacity_bytes{namespace="default",persistentvolumeclaim="mysql"} 1.02330368e+09
# HELP kubelet_volume_stats_inodes Maximum number of inodes in the volume
# TYPE kubelet_volume_stats_inodes gauge
kubelet_volume_stats_inodes{namespace="default",persistentvolumeclaim="mysql"} 65536
# HELP kubelet_volume_stats_inodes_free Number of free inodes in the volume
# TYPE kubelet_volume_stats_inodes_free gauge
kubelet_volume_stats_inodes_free{namespace="default",persistentvolumeclaim="mysql"} 65524
# HELP kubelet_volume_stats_inodes_used Number of used inodes in the volume
# TYPE kubelet_volume_stats_inodes_used gauge
kubelet_volume_stats_inodes_used{namespace="default",persistentvolumeclaim="mysql"} 12
# HELP kubelet_volume_stats_used_bytes Number of used bytes in the volume
# TYPE kubelet_volume_stats_used_bytes gauge
kubelet_volume_stats_used_bytes{namespace="default",persistentvolumeclaim="mysql"} 1.05025536e+08
/dev/xvdbm      976M  101M  809M  12% /root/openshift.local.volumes/plugins/kubernetes.io/aws-ebs/mounts/aws/us-east-1d/vol-05c6166b7bf6451ba

8.47814656e+08 bytes = 809 mebibytes

@soltysh
Copy link
Member

soltysh commented Sep 14, 2017

/unassign
/assign @childsb

@childsb
Copy link
Contributor

childsb commented Sep 15, 2017

/lgtm

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Sep 15, 2017
@wongma7
Copy link
Contributor Author

wongma7 commented Sep 20, 2017

/assign @eparis

Please approve, thank you :)

@eparis
Copy link
Member

eparis commented Sep 20, 2017

/approve
api approved because it matches the upstream api change

@openshift-merge-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: childsb, eparis, wongma7

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these OWNERS Files:

You can indicate your approval by writing /approve in a comment
You can cancel your approval by writing /approve cancel in a comment

@openshift-merge-robot openshift-merge-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Sep 20, 2017
@eparis eparis added api-approved and removed approved Indicates a PR has been approved by an approver from all required OWNERS files. labels Sep 20, 2017
@openshift-merge-robot openshift-merge-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Sep 20, 2017
@openshift-merge-robot
Copy link
Contributor

Automatic merge from submit-queue (batch tested with PRs 16205, 16423)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api-approved approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. needs-api-review size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants