From 65c0c39edf5dbca0e516250d63982d2e29eb2d6b Mon Sep 17 00:00:00 2001 From: Benjamin Edwards Date: Thu, 23 Jun 2022 09:41:08 -0400 Subject: [PATCH] fix falling edge monitoring of loadbalancer 5XX alarm (#6346) --- infrastructure/dogfood/terraform/aws/monitoring/monitoring.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/infrastructure/dogfood/terraform/aws/monitoring/monitoring.tf b/infrastructure/dogfood/terraform/aws/monitoring/monitoring.tf index fc30b56e36..b72280e78d 100644 --- a/infrastructure/dogfood/terraform/aws/monitoring/monitoring.tf +++ b/infrastructure/dogfood/terraform/aws/monitoring/monitoring.tf @@ -211,6 +211,7 @@ resource "aws_cloudwatch_metric_alarm" "httpcode_elb_5xx_count" { statistic = "Sum" threshold = "25" alarm_description = "This alarm indicates there are an abnormal amount of load balancer 5XX responses i.e it cannot talk with the Fleet backend target" + treat_missing_data = "notBreaching" alarm_actions = [aws_sns_topic.cloudwatch_alarm_topic.arn] ok_actions = [aws_sns_topic.cloudwatch_alarm_topic.arn] dimensions = {