monasca-thresh/thresh
Craig Bryant 0d80a987db Treat empty windows as OK for deterministic alarms
Using the standard case of count(log_message) > 1, getting no
log_message measurements should be treated as OK. However, the old code
uses the emptyWindowObservationThreshold for both deterministic and
non-deterministic alarms which means that there must be 3 empty windows
before the deterministic alarm transitions to OK.

This change cause the evaluation of the Alarm to treat an empty window
as OK for deterministic alarms. So, count(log_message) > 1, getting no
measurements in a window will transition the alarm back to OK

Change-Id: I19a04bf78f907b23ef583409f2def54771c07d72
2016-06-20 12:30:42 -06:00
..
src Treat empty windows as OK for deterministic alarms 2016-06-20 12:30:42 -06:00
pom.xml Change to use Storm 1.0.0 instead of 0.9.x 2016-06-09 14:14:23 -06:00