DetectionConditionsCommon interface
Represents properties common to anomaly detection conditions.
Properties
change |
Specifies the condition for Change Threshold |
condition |
Condition operator |
hard |
Specifies a hard threshold range used to detect anomalies when metric values fall outside of the range. |
smart |
Specifies the condition for Smart Detection |
Property Details
changeThresholdCondition
Specifies the condition for Change Threshold
changeThresholdCondition?: ChangeThresholdConditionUnion
Property Value
conditionOperator
Condition operator
conditionOperator?: DetectionConditionOperator
Property Value
hardThresholdCondition
Specifies a hard threshold range used to detect anomalies when metric values fall outside of the range.
hardThresholdCondition?: HardThresholdConditionUnion
Property Value
smartDetectionCondition
Specifies the condition for Smart Detection
smartDetectionCondition?: SmartDetectionCondition