Skip to content

Commit

Permalink
fix(alerts): fix alert rule typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Umaaz committed Aug 14, 2024
1 parent ec2f95c commit e4bb29c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/deep/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ monitoring:
runbook_url: https://intergral.github.io/deep/runbooks/missing_ring_node/
summary: One or more ring has missing required nodes
- alert: Rapid increase in blocks
expr: delta(deep_db_blocklist_length{cluster="{{ include "deep.clusterName" .}}{{ tpl .Values.monitoring.rules.additionalRuleExpr $ }}"}[24h]) > 30
expr: delta(deep_db_blocklist_length{cluster="{{ include "deep.clusterName" .}}"{{ tpl .Values.monitoring.rules.additionalRuleExpr $ }}}[24h]) > 30
for: 48h
labels:
severity: warning
Expand Down

0 comments on commit e4bb29c

Please sign in to comment.