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

Add kube_hpa_status_condition as a collected metric from Kube State Metrics #1605

Closed
frankreno opened this issue May 13, 2021 · 1 comment · Fixed by #1632
Closed

Add kube_hpa_status_condition as a collected metric from Kube State Metrics #1605

frankreno opened this issue May 13, 2021 · 1 comment · Fixed by #1632
Labels
enhancement New feature or request
Milestone

Comments

@frankreno
Copy link
Contributor

Is your feature request related to a problem? Please describe.
This metric ensures you can track if an HPA is hitting its max and is unable to scale.

Describe the solution you'd like
For each HPA, capturing the following metric would be a useful alert:

kube_hpa_status_condition{condition="ScalingLimited", status="true"}

When the condition is ScalingLimited it means that there is an issue with scaling and its worth looking at.

Describe alternatives you've considered
No logs/events capture this information w/o false positives.

@frankreno frankreno added the enhancement New feature or request label May 13, 2021
@sumo-drosiek
Copy link
Contributor

@frankreno Do we want to get all of metrics or only with specific condition?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants