Skip to content

Commit

Permalink
chore: reword Glue Job failure alarm description (#41)
Browse files Browse the repository at this point in the history
The previous description was triggering the SRE Bot's CloudWatch
error metric filter alarm.
  • Loading branch information
patheard authored Nov 21, 2024
1 parent 9f63523 commit a4ad747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terragrunt/aws/alarms/alarms.tf
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ resource "aws_cloudwatch_metric_alarm" "glue_crawler_error" {

resource "aws_cloudwatch_metric_alarm" "glue_job_failures" {
alarm_name = "glue-job-failures"
alarm_description = "Glue Job state has changed to `FAILURE`, `TIMEOUT` or `ERROR`."
alarm_description = "Glue Job state has changed to `Failure`, `Timeout` or `Error`."
comparison_operator = "GreaterThanThreshold"
evaluation_periods = "1"
metric_name = "MatchedEvents"
Expand Down

0 comments on commit a4ad747

Please sign in to comment.