fix falling edge monitoring of loadbalancer 5XX alarm (#6346)

This commit is contained in:
Benjamin Edwards 2022-06-23 09:41:08 -04:00 committed by GitHub
parent c8e07fdc6f
commit 65c0c39edf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = {