-
Notifications
You must be signed in to change notification settings - Fork 2k
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
v2: Rename hpa metrics to use full horizontalpodautoscaler n… #1003
Conversation
/retest |
@tlereste: Cannot trigger testing until a trusted user reviews the PR and leaves an 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. |
/hold Putting on hold until the release of v1.9.0 . |
@tlereste Thank you for your PR. Can you squash your commits as well? |
Done ! |
@tlereste do you mind rebasing your PR, after that we can merge, thanks! :) |
Ok thanks, rebase is done :) |
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.
One question to the maintainers otherwise 👍 Thanks!
@@ -43,15 +43,15 @@ func (m MetricTargetType) String() string { | |||
} | |||
|
|||
var ( | |||
descHorizontalPodAutoscalerLabelsName = "kube_hpa_labels" | |||
descHorizontalPodAutoscalerLabelsName = "kube_horizontalpodautoscaler_labels" | |||
descHorizontalPodAutoscalerLabelsHelp = "Kubernetes labels converted to Prometheus labels." | |||
descHorizontalPodAutoscalerLabelsDefaultLabels = []string{"namespace", "hpa"} |
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.
descHorizontalPodAutoscalerLabelsDefaultLabels = []string{"namespace", "hpa"} | |
descHorizontalPodAutoscalerLabelsDefaultLabels = []string{"namespace", "horizontalpodautoscaler"} |
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.
NOTE: Just highlighting the suggestion, I wouldn't suggest committing this suggestion. Can you change this manually?
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. Can you let met rerun the tests please ?
/retest |
@tlereste: Cannot trigger testing until a trusted user reviews the PR and leaves an 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. |
/ok-to-test |
/retest |
@tlereste Can you force push again? That should retrigger the tests. |
I manually retriggered the job. |
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.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: tariq1890, tlereste 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 |
/hold cancel |
What this PR does / why we need it:
Rename hpa metrics to use full horizontalpodautoscaler nomenclature for v2.0.0
Which issue(s) this PR fixes :
Fixes #977