From b0501fddeb11dce62d31c1d24ed57af860915b6f Mon Sep 17 00:00:00 2001 From: Prathamesh Musale Date: Thu, 9 May 2024 19:07:05 +0530 Subject: [PATCH] Use a single multi-dimensional alert rule for all subgraphs --- .../monitoring/subgraph-alert-rules.yml | 21 +++---------------- 1 file changed, 3 insertions(+), 18 deletions(-) diff --git a/stack_orchestrator/data/config/monitoring/subgraph-alert-rules.yml b/stack_orchestrator/data/config/monitoring/subgraph-alert-rules.yml index f1ceb21f..5936c685 100644 --- a/stack_orchestrator/data/config/monitoring/subgraph-alert-rules.yml +++ b/stack_orchestrator/data/config/monitoring/subgraph-alert-rules.yml @@ -6,23 +6,9 @@ groups: interval: 30s rules: - uid: b2a9144b-6104-46fc-92b5-352f4e643c4c - title: sushiswap_v3_subgraph_head_tracking + title: subgraph_head_tracking condition: condition data: - - refId: latest_head - relativeTimeRange: - from: 600 - to: 0 - datasourceUid: PBFA97CFB590B2093 - model: - editorMode: code - expr: ethereum_chain_head_number{job="graph-node", network="filecoin"} - instant: true - intervalMs: 1000 - legendFormat: __auto - maxDataPoints: 43200 - range: false - refId: latest_head - refId: diff relativeTimeRange: from: 600 @@ -33,7 +19,7 @@ groups: type: prometheus uid: PBFA97CFB590B2093 editorMode: code - expr: ethereum_chain_head_number - on(network) group_right deployment_head{deployment="QmRPQM4ZtRJYr8WiNdg6oqKRNQHHXv5rZrD4gzqQrJpPhz"} + expr: ethereum_chain_head_number - on(network) group_right deployment_head{} instant: true intervalMs: 1000 legendFormat: __auto @@ -74,6 +60,5 @@ groups: for: 5m annotations: summary: Subgraph deployment {{ index $labels "deployment" }} is falling behind head by {{ index $values "diff" }} - labels: - latest_head: '{{ index $values "latest_head" }}' + labels: {} isPaused: false