Skip to content

Commit

Permalink
reduce page transition network errors (#1296)
Browse files Browse the repository at this point in the history
  • Loading branch information
codemonkey800 committed Nov 28, 2023
1 parent 1038040 commit 5698c4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .happy/terraform/modules/cloudwatch-alarm/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ resource aws_cloudwatch_log_metric_filter data_workflows_plugin_update_successfu
resource aws_cloudwatch_log_metric_filter frontend_error {
name = "${var.stack_name}-frontend-error"
log_group_name = var.frontend_log_group_name
pattern = "{ $.level = \"error\" && $.error != %404% }"
pattern = "{ $.level = \"error\" && $.error != %404|NetworkError% }"
count = var.metrics_enabled ? 1 : 0

metric_transformation {
Expand Down

0 comments on commit 5698c4c

Please sign in to comment.