Skip to content

Commit

Permalink
fix: change alerting frequency to 1 minute
Browse files Browse the repository at this point in the history
  • Loading branch information
geekbrother committed Oct 18, 2023
1 parent 8027c2f commit 42754db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/monitoring/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ resource "grafana_dashboard" "at_a_glance" {
}
],
"executionErrorState" : "alerting",
"frequency" : "5m",
"frequency" : "1m",
"handler" : 1,
"name" : "${var.environment} Echo Server 5XX alert",
"noDataState" : "keep_state",
Expand Down

0 comments on commit 42754db

Please sign in to comment.