Hi All,
We are using node exporter to pull system metrics into our Prometheus
and using this formula
100 - (avg by (instance) (irate(node_cpu{mode="idle"}[5m])) * 100) to calculate percentage of CPU used.
But we are getting negative values like -100000%
Any suggestions?