Skip to main content
Defines the comparison operator used to evaluate whether an alert should trigger based on the metric value and threshold. Values:
  • GREATER = "greater" - Trigger when metric value > threshold. Common for drift detection, error rates, latency spikes.
  • LESSER = "lesser" - Trigger when metric value < threshold. Common for accuracy drops, traffic decreases, availability issues.

Example