Question

Metric Rule giving Alert on False Condition.

  • 28 April 2023
  • 2 replies
  • 22 views

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.

 

 

 

 

 

 

 

 


2 replies

Userlevel 4
Badge

@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