Skip to content

Commit

Permalink
fix: alert syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
chris13524 committed Jan 19, 2024
1 parent 3d50632 commit 40deb44
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion terraform/monitoring/panels/lb/error_5xx.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ local _configuration = defaults.configuration.timeseries
)

.setAlert(
vars.environment,
grafana.alert.new(
namespace = vars.namespace,
name = "%(env)s - 5XX alert" % { env: grafana.utils.strings.capitalize(vars.environment) },
Expand Down

0 comments on commit 40deb44

Please sign in to comment.