Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
WafflesVonMaple committed Jan 31, 2024
1 parent 2dfab58 commit f07abb8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions charts/rollup/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,14 @@ config:
release: kube-prometheus-stack
namespace: monitoring
rules:
- alert: Cometbft is Unhealthy
expr: cometbft_healthy == 0 # Insert your query Expression
for: 1m # Rough number but should be enough to init warn
- alert: Geth_Slow_Finalized
expr: increase(chain_head_finalized{namespace="astria-dusk3-cluster"}[5m]) < 20 # Insert your query Expression
for: 5m # Rough number but should be enough to init warn
labels:
severity: warning
severity: critical
annotations:
summary: Cometbft is Unhealthy (instance {{ $labels.instance }})
description: "Cometbft is Unhealthy (target {{ $labels.instance }})"
summary: Slow Chain Head Finalized (instance {{ $labels.instance }})
description: "Chain Head Finalized on {{ $labels.namespace }} is increasing at a rate slower then 20 blocks per 5 minute\n VALUE = {{ $value }}\n LABELS = {{ $labels }}"

faucet:
enabled: true
Expand Down

0 comments on commit f07abb8

Please sign in to comment.