You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I think that d916b7c has introduced the same bug reported in #336.
The avg() is taken over the cpu cores AND the modes, causing a result that is far lower than the actual usage.
I think that changing the expression to (avg by (instance) (sum by (instance,cpu) (rate(node_cpu_seconds_total{mode!="idle"}[2m])))) > .80' should fix this issue.
Cheers
The text was updated successfully, but these errors were encountered:
Hi,
I think that d916b7c has introduced the same bug reported in #336.
The
avg()
is taken over the cpu cores AND the modes, causing a result that is far lower than the actual usage.I think that changing the expression to
(avg by (instance) (sum by (instance,cpu) (rate(node_cpu_seconds_total{mode!="idle"}[2m])))) > .80'
should fix this issue.Cheers
The text was updated successfully, but these errors were encountered: