Every alert rule is just a promQL query.  If that query returns a non-empty 
set of timeseries, then the alert fires.

If you want the alert only to trigger for a particular node, then include a 
label matcher that matches only that node. e,g,

expr: node_foo{instance="blah"} > 0

-- 
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/14500afd-0a4a-4bf4-b4b6-0fb784c2c01fo%40googlegroups.com.

Reply via email to