Class AlertRuleService

java.lang.Object
com.nmontytskyi.monitoring.server.service.AlertRuleService

@Service public class AlertRuleService extends Object
Application service for managing alert rules.

Supports CRUD operations on AlertRuleEntity records. Rules define a metric type, comparator, numeric threshold, and cooldown period. The AlertEvaluationService consults active rules on every metric collection cycle.

Author:
Nazar Montytskyi
See Also:
  • Constructor Details

    • AlertRuleService

      public AlertRuleService()
  • Method Details