Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions spartan/metrics/grafana/alerts/rules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ groups:
datasourceUid: spartan-metrics-prometheus
model:
editorMode: code
expr: max by (k8s_namespace_name) (delta(aztec_archiver_block_height{k8s_namespace_name!="",aztec_status=""}[$__rate_interval]))
expr: max by (k8s_namespace_name) (increase(aztec_archiver_block_height{k8s_namespace_name!="",aztec_status=""}[10m]))
instant: true
intervalMs: 60000
legendFormat: __auto
Expand Down Expand Up @@ -252,11 +252,11 @@ groups:
type: threshold
dashboardUid: ""
panelId: 0
noDataState: NoData
noDataState: Alerting
execErrState: Error
for: 10m
annotations:
summary: Pending chain in {{ ` {{ $labels.k8s_namespace_name }} ` }} hasn't advanced in 5 minutes
summary: Pending chain in {{ ` {{ $labels.k8s_namespace_name }} ` }} hasn't advanced in 10 minutes
labels:
<<: *common_labels
isPaused: false
Expand Down
Loading