Skip to main content
Question

Metric Rule giving Alert on False Condition.


  • Discovered Fame
  • 10 replies

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

saleempothiwala
Headliner
Forum|alt.badge.img

@Ankur 

What are you trying to achieve?


  • Author
  • Discovered Fame
  • 10 replies
  • April 28, 2023

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


Reply