We have a Metric Alert in a JDBC Producer Input Counter with below Condition:
${value() < 35}
The above rule with “less than operator” is giving alert in both the conditions True or False.
If we change the operator from “less than “< to “greater than”>. This it is behaving as expected.
${value() > 35}
Please provide the suggestion or resolution for ${value() < 35} to work as expected i.e. only on True condition.