in your Math Expression is slightly different from mine. I am basically validating two queries with different conditions but with an OR Operator in between. I’ve shared a screen shot where it should return data as condition of D is satisfied
In my case, the final math expression containing two conditions (using the || operator) does work for alerting. The only difference I can see is that I am using InfluxDB.
I believe at this time we need someone from Grafana Team to Officially confirm if this is something which is expected to be looked at @mattabrams / @melori.arellano - What do you suggest next steps should be?
In my case with two reduce expressions (C and D) it only show alerts about the first reduce expression…
I tried with
${C} < 3600 || ${D} < 3600 (alert based on C)
$C < 3600 || $D < 3600 (alert based on C)
The craziest thing is that it always take the $C reduction into account, no matter if I use
$D < 3600 || $C < 3600