grafana / kubernetes-app

A set of dashboards and panels for kubernetes.
https://grafana.com/plugins/grafana-kubernetes-app
Apache License 2.0
401 stars 149 forks source link

node_load panel not counting cpu numbers #43

Open Stanislasss opened 5 years ago

Stanislasss commented 5 years ago

On the K8s Node Dashboard, the node_load panel is showing the raw node_load value which for a multi-core/processor architecture always gets over the 1,2 threshold defined. We can modify it by hand but our changes would get overridden by the next update. Could you use count(node_cpu{mode="system"}) in the query?

Thanks in advance!