I want to divide node_loadN by number of CPUs.

Both queries 

  node_load1{instance="hostname"}

and 

  count(node_cpu_seconds_total{instance="hostname",mode="idle"})

Returns expected results. But for query

  node_load1{instance="hostname"} / 
count(node_cpu_seconds_total{instance="hostname",mode="idle"})

,the returned result is empty. What did I do wrong?

-- 
You received this message because you are subscribed to the Google Groups 
"Prometheus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/prometheus-users/f9a4c49d-719e-475a-afe2-88a9bd8ce85bo%40googlegroups.com.

Reply via email to