Hi,
I want confiured an alert only when 3 instance are down on process success.
So I do this promql query
scalar(sum without(instance)
(probe_success{instance=~"192.168.0.118|192.168.0.119|192.168.50.237"})) <
bool 1
the resul is 0 (false)
The resul is False (o) because process_seccuss 192.168.50.237
is 1
When i setup the alerm it fire.. I dont know why.
I try a test like that
1 < bool 1
and it not fire
Why who same result have different behaviur?
thanks
--
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/75770fc6-9e6e-4da5-b4c9-28a7dc956329n%40googlegroups.com.