From 21f14aefcc6e46f0376f1646e17d81b1a61f9fa9 Mon Sep 17 00:00:00 2001 From: Alex Gherghisan Date: Wed, 29 Oct 2025 10:41:47 +0000 Subject: [PATCH] chore: fix attestation gathering alerts --- spartan/metrics/grafana/alerts/rules.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spartan/metrics/grafana/alerts/rules.yaml b/spartan/metrics/grafana/alerts/rules.yaml index 2cf295033560..68c32d100567 100644 --- a/spartan/metrics/grafana/alerts/rules.yaml +++ b/spartan/metrics/grafana/alerts/rules.yaml @@ -355,7 +355,7 @@ groups: datasourceUid: spartan-metrics-prometheus model: editorMode: code - expr: avg by (k8s_namespace_name) (aztec_sequencer_time_to_collect_attestations) + expr: avg by (k8s_namespace_name) (aztec_sequencer_attestations_collect_duration_milliseconds) instant: true intervalMs: 60000 legendFormat: __auto @@ -399,7 +399,7 @@ groups: conditions: - evaluator: params: - - 12000 + - 20000 type: gt operator: type: and