kubernetes-app
kubernetes-app copied to clipboard
node_load panel not counting cpu numbers
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!