Skip to content

Commit

Permalink
chore: adding for and message for 5xx alerts (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
geekbrother committed Oct 19, 2023
1 parent 8028744 commit 3acf35a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions terraform/monitoring/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -593,9 +593,11 @@ resource "grafana_dashboard" "at_a_glance" {
],
"executionErrorState" : "alerting",
"frequency" : "1m",
"for" : "5m",
"handler" : 1,
"name" : "${var.environment} Echo Server 5XX alert",
"noDataState" : "keep_state",
"message" : "Echo server - Prod - 5XX error",
"notifications" : local.notifications
},
"datasource" : {
Expand Down

0 comments on commit 3acf35a

Please sign in to comment.