We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
hpa
area:k8s
Similar to #1637 and #1636.
Part of #1032.
Currently the metrics the Collector emits are the following:
k8s.hpa.max_replicas k8s.hpa.min_replicas k8s.hpa.current_replicas k8s.hpa.desired_replicas
We need to ensure consistency with #1637 and #1636.
Thus the following would be a suggestion:
k8s.hpa.max k8s.hpa.min k8s.hpa.current k8s.hpa.desired
Or:
k8s.hpa.replicas.max k8s.hpa.replicas.min k8s.hpa.replicas.current k8s.hpa.replicas.desired
No response
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Area(s)
area:k8s
Is your change request related to a problem? Please describe.
Similar to #1637 and #1636.
Part of #1032.
Describe the solution you'd like
Currently the metrics the Collector emits are the following:
We need to ensure consistency with #1637 and #1636.
Thus the following would be a suggestion:
Or:
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: