Skip to content

Commit

Permalink
fix: adjust ELB 500 threshold (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris13524 authored Jan 23, 2024
1 parent ef7fe8e commit a96913f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/monitoring/panels/lb/error_5xx.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ local _alert(namespace, env, notifications) = grafana.alert.new(
period = '0m',
conditions = [
grafana.alertCondition.new(
evaluatorParams = [ 5 ],
evaluatorParams = [ 50 ],
evaluatorType = 'gt',
operatorType = 'or',
queryRefId = 'ELB',
Expand Down

0 comments on commit a96913f

Please sign in to comment.