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

[k8s] Add hpa metrics #1644

Open
ChrsMark opened this issue Dec 3, 2024 · 0 comments · May be fixed by #1636
Open

[k8s] Add hpa metrics #1644

ChrsMark opened this issue Dec 3, 2024 · 0 comments · May be fixed by #1636
Labels
area:k8s enhancement New feature or request

Comments

@ChrsMark
Copy link
Member

ChrsMark commented Dec 3, 2024

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:

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

Describe alternatives you've considered

No response

Additional context

No response

@ChrsMark ChrsMark added enhancement New feature or request experts needed This issue or pull request is outside an area where general approvers feel they can approve triage:needs-triage labels Dec 3, 2024
@ChrsMark ChrsMark moved this to Todo in K8s SemConv SIG Dec 3, 2024
@ChrsMark ChrsMark removed experts needed This issue or pull request is outside an area where general approvers feel they can approve triage:needs-triage labels Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:k8s enhancement New feature or request
Projects
Status: Todo
1 participant