Does anyone know an easy way to get get a list of instances from Node
Exporter where the load average is greater the number of CPU's on that
instance?
I can do this to get the CPU Count per instance: *(count by
(instance)(node_cpu_seconds_total{mode="idle"}))*
But I can't use this because the left side isn't grouping by the instance:
*node_load5{})
> (count by (instance)(node_cpu_seconds_total{mode="idle"}))*
I could technically do this, but it seems misleading: *sum(node_load5{}) by
(instance) > (count by (instance)(node_cpu_seconds_total{mode="idle"}))*
Any suggestions?
--
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/88927ef2-f6ff-440b-b0ae-6b2d22543a08n%40googlegroups.com.