kubernetes-app icon indicating copy to clipboard operation
kubernetes-app copied to clipboard

node_load panel not counting cpu numbers

Open Stanislasss opened this issue 7 years ago • 0 comments

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!

Stanislasss avatar Sep 11 '18 13:09 Stanislasss