Skip to main content

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.

 

 

 

 

 

 

 

 

@Ankur 

What are you trying to achieve?


I want to Raise Alert in StreamSets Pipeline when the number of records is less than 35 for insertion in JDBC Producer. 


Reply