HI 

I would like to combine 2 prom queries in to single one
filter the instances with cpu utilization less than 50 and memory 
utilization less than 30

for cpu 
(1-rate(node_cpu_seconds_total{instance=~"$node",mode="idle"}[30m]))*100 < 
50 

For memory 
((node_memory_MemTotal_bytes) - (node_memory_MemFree_bytes + 
node_memory_Cached_bytes + node_memory_Buffers_bytes)) / 
node_memory_MemTotal_bytes * 100 < 30

Please help on how to combine both queries in to single one

Regards,
Pradeep

-- 
NOTICE: The information contained in this transmission and any
attachments 
is confidential and is for the use of the intended recipient(s)
only. If 
you have received in error, please notify the sender and delete it. If
you 
are not the intended recipient, you must not use, disclose or distribute
this e-mail without the author's prior permission.

-- 
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/13b45f77-aa76-46c6-bff4-cd0e0c97a71bn%40googlegroups.com.

Reply via email to