-
Notifications
You must be signed in to change notification settings - Fork 489
[Kubernetes] Add both pod.{cpu,memory}.usage.node.pct and pod.{cpu,memory}.usage.limit.pct metrics to the Overview dashboard #10593
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] Add both pod.{cpu,memory}.usage.node.pct and pod.{cpu,memory}.usage.limit.pct metrics to the Overview dashboard #10593
Conversation
…eats#39854 Signed-off-by: Tetiana Kravchenko <[email protected]>
Signed-off-by: Tetiana Kravchenko <[email protected]>
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 👌🏼
🚀 Benchmarks reportTo see the full report comment with |
|
Signed-off-by: Tetiana Kravchenko <[email protected]>
packages/kubernetes/changelog.yml
Outdated
# newer versions go on top | ||
- version: 1.67.0 | ||
changes: | ||
- description: Adjust the Overview and Pods dashboards accordingly to https://github.com/elastic/beats/issues/39854 |
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.
- description: Adjust the Overview and Pods dashboards accordingly to https://github.com/elastic/beats/issues/39854 | |
- description: Adjust the Overview and Pods dashboards accordingly regarding pod.cpu.usage.node.pct. and pod.memory.usage.limit.pct |
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.
I would say to remove the pr as we dont use them in general.. wdyt?
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.
…dashboard Signed-off-by: Tetiana Kravchenko <[email protected]>
Signed-off-by: Tetiana Kravchenko <[email protected]>
💚 Build Succeeded
History
|
|
Package kubernetes - 1.67.0 containing this change is available at https://epr.elastic.co/search?package=kubernetes |
…mory}.usage.limit.pct metrics to the Overview dashboard (elastic#10593) * adjust overview and pods dashboards corresponding to change elastic/beats#39854 Signed-off-by: Tetiana Kravchenko <[email protected]> * fix PR link Signed-off-by: Tetiana Kravchenko <[email protected]> * add cpu/mem per Pod Limit and per Node; fix the link to the overview dashboard Signed-off-by: Tetiana Kravchenko <[email protected]> * fix the pr description Signed-off-by: Tetiana Kravchenko <[email protected]> --------- Signed-off-by: Tetiana Kravchenko <[email protected]>
…mory}.usage.limit.pct metrics to the Overview dashboard (elastic#10593) * adjust overview and pods dashboards corresponding to change elastic/beats#39854 Signed-off-by: Tetiana Kravchenko <[email protected]> * fix PR link Signed-off-by: Tetiana Kravchenko <[email protected]> * add cpu/mem per Pod Limit and per Node; fix the link to the overview dashboard Signed-off-by: Tetiana Kravchenko <[email protected]> * fix the pr description Signed-off-by: Tetiana Kravchenko <[email protected]> --------- Signed-off-by: Tetiana Kravchenko <[email protected]>
Proposed commit message
Overview dashboard: clarify that Top Cpu and Memory are Percentage of defined pod limit
Pods: filter pods that have
kubernetes.pod.cpu.usage.limit.pct
andkubernetes.pod.memory.usage.limit.pct
, it should be done explicitly on the top level, see related issue - [Lens] Ranking by the value is not working as expected kibana#189158Checklist
changelog.yml
file.Author's Checklist
How to test this PR locally
Related issues
Top CPU intensive pods
andTop memory intensive pods
charts #10522Screenshots
Before:

After:
