Hi All,
I have configured a health rule for my Node JS Application, the criteria are the health rule should trigger
if the value of errors per minute is > specific value 10.and the data will be considered from the last 30 min.
but the health rule is triggering even if there are 2 errors/minute, for eg: we are receiving HTTP 401 errors if the error count is > 2/minute, not sure why it's triggering at such a low threshold.
any ideas? and is there any health rule settings such as we can exempt certain HTTP errors like 401's.
Regards,
Surya Rayala.