From a766ed185500dd4b309e755a250abc1fca5021b2 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Wed, 30 Jul 2025 15:05:23 -0400 Subject: [PATCH] Add monitor for ALI ValidationException Detected This adds a monitor for the ALI ValidationException Detected CloudWatch alarm. Signed-off-by: Thanh Ha --- monitors.tf | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/monitors.tf b/monitors.tf index 9e4436a..89840c6 100644 --- a/monitors.tf +++ b/monitors.tf @@ -58,3 +58,33 @@ The number of visible messages in `{{queuename.name}}` is outside of the typical @webhook-lf-incident-io EOT } + +resource "datadog_monitor" "ALI_ValidationException_Detected" { + include_tags = false + require_full_window = false + monitor_thresholds { + critical = 0 + } + name = "ALI ValidationException Detected" + type = "event-v2 alert" + query = < 0 +EOT + message = <