HI All,
I am using the below query but getting output for the two queries . I need
to get the output for each query. Any help would be appreciated.
machine_cpu_cores or sum by(nodename)
(irate(node_cpu_seconds_total{mode="idle"}[5m]) * on(instance)
group_left(nodename) node_uname_info) or sum by(nodename)
(irate(node_cpu_seconds_total{mode!="idle"}[5m]) * on(instance)
group_left(nodename) node_uname_info)
Thanks,
Anuj Kumar
--
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/dcae2664-17b1-4580-9767-653054c3944cn%40googlegroups.com.