Skip to content

Commit

Permalink
fix(alarms): increasing 5xx alarm threshold from 5 to 15 (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
geekbrother authored Feb 13, 2024
1 parent c6e6d8d commit 8b25665
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/monitoring/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ resource "grafana_dashboard" "at_a_glance" {
{
"evaluator" : {
"params" : [
5
15
],
"type" : "gt"
},
Expand All @@ -570,7 +570,7 @@ resource "grafana_dashboard" "at_a_glance" {
{
"evaluator" : {
"params" : [
5
15
],
"type" : "gt"
},
Expand Down

0 comments on commit 8b25665

Please sign in to comment.