I spoke with a team member via chat and found out there isn't a way to set a threshold or delay a DOWN state on JSONPath Expression REST API monitors.
Scenario: REST API monitor | Check Frequency = 30 mins | Content checks for a certain JSONPath Expression.
The URL it checks is a processing queue
Sometimes large jobs run through it and the JSONPath might fail for ~120m. That is expected.
The only time monitor should to be DOWN is if it fails 4 times (120m).
Currently, the monitor immediately updates to DOWN state after 1 failure. That skews our numbers.
The request is for an option that allows REST API monitors to have an actual threshold before the "trouble" or "down" state is triggered.