Class AlertCondition
java.lang.Object
org.sentrysoftware.metricshub.engine.alert.AlertCondition
Represents a condition for triggering alerts based on monitored data.
An alert condition includes an operator and a threshold value.
Provides a method to create a copy of the condition.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AlertCondition
public AlertCondition()
-
-
Method Details
-
copy
Creates a copy of the alert condition.- Returns:
- A new
AlertConditioninstance with the same operator and threshold.
-