Skip to content

Commit

Permalink
treat missing data as not breaching alarm status
Browse files Browse the repository at this point in the history
  • Loading branch information
roncitrus committed Jul 8, 2024
1 parent aa07430 commit a4216e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform/environments/cdpt-ifs/monitoring.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ resource "aws_cloudwatch_metric_alarm" "lb_5xx_errors" {
dimensions = {
LoadBalancer = "${local.application_name}-lb"
}
treat_missing_data = "notBreaching"
}

resource "aws_sns_topic" "lb_5xx_alarm_topic" {
Expand Down

0 comments on commit a4216e0

Please sign in to comment.