-
Notifications
You must be signed in to change notification settings - Fork 39.6k
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
Rename cadvisor metric labels to match instrumentation guidelines #69099
Conversation
Thanks for your pull request. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please follow instructions at https://git.k8s.io/community/CLA.md#the-contributor-license-agreement to sign the CLA. It may take a couple minutes for the CLA signature to be fully registered; after that, please reply here with a new comment and we'll verify. Thanks.
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. I understand the commands that are listed here. |
/sig instrumentation |
/check-cla |
/ok-to-test |
As discussed during F2F at KubeCon, please include both current incorrect and new desired form of the labels. |
fff0ad0
to
612ee7a
Compare
Updated PR to include both sets of metrics (also updated the release note). |
/test pull-kubernetes-e2e-kops-aws |
/retest |
I didn't realize that, let's give it another go then :) (I checked the logs on multiple runs, the failures seemed entirely disconnected) |
/retest |
@ehashman: The following test failed for commit 3539e89, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. 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. I understand the commands that are listed here. |
/retest |
/cc |
Now that tests seem fixed is this GTM? |
@ehashman needs an 'approved' label. @derekwaynecarr is assigned but you can ping other people in the |
/lgtm |
1 similar comment
/lgtm |
thank you for the change. /approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: derekwaynecarr, ehashman The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/retest Review the full test history for this PR. Silence the bot with an |
These labels were deprecated in 1.14 (kubernetes#69099) and should no longer be used in metric queries.
What this PR does / why we need it:
Changes exported cadvisor metric labels to match the Kubernetes instrumentation guidelines.
Which issue(s) this PR fixes:
Fixes #66790.
Special notes for your reviewer:
See also the metrics overhaul KEP-0031.
Release note: