ConditionThreshold
Defines a threshold condition that determines when an alarm should be raised or resolved. Consists of a comparison operator and a value to compare against real-time metrics.
{
"comparison": "string",
"value": "string"
}
The comparison operator used to evaluate metric values against the threshold. This determines when an alarm should be raised or resolved based on the relationship between the current metric value and the threshold value.
The threshold value that metric values are compared against. When the comparison between a metric value and this threshold evaluates to true, the appropriate alarm action (raise or resolve) is triggered.