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 Overview dashboard using wrong aggregations #16625

Closed
simianhacker opened this issue Feb 26, 2020 · 0 comments · Fixed by #17015
Closed

Kubernetes Overview dashboard using wrong aggregations #16625

simianhacker opened this issue Feb 26, 2020 · 0 comments · Fixed by #17015
Labels
bug candidate Candidate to be added to the current iteration Team:Platforms Label for the Integrations - Platforms team

Comments

@simianhacker
Copy link
Member

The following visualizations are using sum when they should be using max with a derivative

  • Network in by node [Metricbeat Kubernetes] ECS
  • Network out by node [Metricbeat Kubernetes] ECS
  • Top CPU intensive pods [Metricbeat Kubernetes] ECS

We should not be using a sum on kubernetes.pod.network.rx.bytes, kubernetes.pod.network.tx.bytes, and kubernetes.container.cpu.usage.core.ns; these fields are counters.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug candidate Candidate to be added to the current iteration Team:Platforms Label for the Integrations - Platforms team
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants