Monasca Thresholding Engine
Go to file
Craig Bryant 57a2012792 The timestamp on MetricEnvelope was changed to be seconds not milliseconds to be more consistent with other timestamps used across components. Changed the code and tests to adapt to this change.
Update to the build 51 of mon-common that has this change
2014-05-06 16:36:38 -06:00
src The timestamp on MetricEnvelope was changed to be seconds not milliseconds to be more consistent with other timestamps used across components. Changed the code and tests to adapt to this change. 2014-05-06 16:36:38 -06:00
.gitignore Added sample config file. 2014-03-12 12:01:20 -06:00
.gitreview adding .gitreview 2013-09-18 17:49:44 -06:00
LICENSE Add in the LICENSE file 2014-05-01 16:05:25 -06:00
README.md Update README.md 2014-05-01 10:11:02 -06:00
mon-thresh-architecture.png Added architecture diagram. 2014-05-01 10:09:20 -06:00
pom.xml The timestamp on MetricEnvelope was changed to be seconds not milliseconds to be more consistent with other timestamps used across components. Changed the code and tests to adapt to this change. 2014-05-06 16:36:38 -06:00

README.md

mon-thresh

Monitoring Thresholding Engine

Computes thresholds on metrics and publishes alarms to the MessageQ when exceeded. Based on Apache Storm a free and open distributed real-time computation system.

Threshold Engine Architecture