Skip to content

Commit

Permalink
Remove colon in metric filter... (#1512)
Browse files Browse the repository at this point in the history
  • Loading branch information
whabanks authored Sep 3, 2024
1 parent 5837af8 commit c470442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/eks/cloudwatch_log.tf
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ resource "aws_cloudwatch_log_metric_filter" "github-arc-runner-alarm" {
resource "aws_cloudwatch_log_metric_filter" "callback-request-failures" {
count = var.cloudwatch_enabled ? 1 : 0
name = "callback-request-failures"
pattern = "send_delivery_status_to_service request failed for notification_id:"
pattern = "send_delivery_status_to_service request failed for notification_id"
log_group_name = aws_cloudwatch_log_group.notification-canada-ca-eks-application-logs[0].name

metric_transformation {
Expand Down

0 comments on commit c470442

Please sign in to comment.