Monasca Thresholding Engine
Go to file
Craig Bryant 415bdd47d6 Threshold Engine had no awareness of Tenant ID for incoming metrics and so did not consider it when matching Metrics to SubAlarms.
Changed MetricSpout to send a new class MetricDefinitionAndTenantId so the bolts could match Metrics to the correct SubAlarm using MetricDefinition and Tenant ID. Had to change places that sent MetricDefinitions for Events to also send a MetricDefinitionAndTenantId.

Had to change MetricDefinitionDAOImpl to add in the TenantId from the Alarm.

Had to change SubAlarmDAO to take into account the TenantId when looking for matching MetricDefinitions.
2014-04-08 14:41:03 -06:00
src Threshold Engine had no awareness of Tenant ID for incoming metrics and so did not consider it when matching Metrics to SubAlarms. 2014-04-08 14:41:03 -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
pom.xml Change to use the AlarmStateTransitionedEvent from mon-common and remove AlarmStateTransitionEvent from mon-thresh. 2014-04-01 16:55:29 -06:00