Skip to content

Commit

Permalink
chore: change no data state for 5xx monitoring (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
geekbrother committed Oct 19, 2023
1 parent 733c152 commit 190a1ed
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 @@ -596,7 +596,7 @@ resource "grafana_dashboard" "at_a_glance" {
"for" : "5m",
"handler" : 1,
"name" : "${var.environment} Echo Server 5XX alert",
"noDataState" : "keep_state",
"noDataState" : "no_data",
"message" : "Echo server - Prod - 5XX error",
"notifications" : local.notifications
},
Expand Down

0 comments on commit 190a1ed

Please sign in to comment.