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

[Kubernetes] Change Memory and Cpu calculation to use allocatable metric #40701

Open
gizas opened this issue Sep 6, 2024 · 0 comments
Open
Labels
Team:Cloudnative-Monitoring Label for the Cloud Native Monitoring team

Comments

@gizas
Copy link
Contributor

gizas commented Sep 6, 2024

Currently in metricbeat we use capacity metric calculate allocatable memory and cpu. See for memory and for cpu.

The k8s v1 api describes the difference between capacity and allocatable. This issue is to track the work needed to replace Status.Capacity to Status.Allocatable and use the allocatable metrics in our calculations.

Definition of done:

@gizas gizas added the Team:Cloudnative-Monitoring Label for the Cloud Native Monitoring team label Sep 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Team:Cloudnative-Monitoring Label for the Cloud Native Monitoring team
Projects
None yet
Development

No branches or pull requests

1 participant