Skip to content

Commit e0bbbcc

Browse files
author
AztecBot
committed
Merge branch 'next' into merge-train/spartan
2 parents ec7eebe + 91e0e4b commit e0bbbcc

11 files changed

Lines changed: 87 additions & 482 deletions

File tree

spartan/metrics/grafana/alerts/rules.yaml

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2035,6 +2035,90 @@ groups:
20352035
labels:
20362036
<<: *common_labels
20372037
isPaused: false
2038+
- uid: l1EthRethHeadStalled
2039+
title: L1 Ethereum - Reth canonical head stalled
2040+
condition: C
2041+
data:
2042+
- refId: A
2043+
relativeTimeRange:
2044+
from: 1200
2045+
to: 0
2046+
datasourceUid: spartan-metrics-prometheus
2047+
model:
2048+
editorMode: code
2049+
expr: (max by (eth_chain) (max_over_time(reth_blockchain_tree_canonical_chain_height{network="ethereum",eth_client="reth"}[15m]) - min_over_time(reth_blockchain_tree_canonical_chain_height{network="ethereum",eth_client="reth"}[15m]))) and on (eth_chain) ((max by (eth_chain) (max_over_time(beacon_head_slot{network="ethereum",eth_client="lighthouse"}[15m]) - min_over_time(beacon_head_slot{network="ethereum",eth_client="lighthouse"}[15m]))) > 0)
2050+
instant: true
2051+
intervalMs: 60000
2052+
legendFormat: __auto
2053+
maxDataPoints: 43200
2054+
range: false
2055+
refId: A
2056+
- refId: B
2057+
relativeTimeRange:
2058+
from: 1200
2059+
to: 0
2060+
datasourceUid: __expr__
2061+
model:
2062+
conditions:
2063+
- evaluator:
2064+
params: []
2065+
type: gt
2066+
operator:
2067+
type: and
2068+
query:
2069+
params:
2070+
- B
2071+
reducer:
2072+
params: []
2073+
type: last
2074+
type: query
2075+
datasource:
2076+
type: __expr__
2077+
uid: __expr__
2078+
expression: A
2079+
intervalMs: 1000
2080+
maxDataPoints: 43200
2081+
reducer: last
2082+
refId: B
2083+
type: reduce
2084+
- refId: C
2085+
relativeTimeRange:
2086+
from: 1200
2087+
to: 0
2088+
datasourceUid: __expr__
2089+
model:
2090+
conditions:
2091+
- evaluator:
2092+
params:
2093+
- 1
2094+
type: lt
2095+
operator:
2096+
type: and
2097+
query:
2098+
params:
2099+
- C
2100+
reducer:
2101+
params: []
2102+
type: query
2103+
datasource:
2104+
type: __expr__
2105+
uid: __expr__
2106+
expression: B
2107+
intervalMs: 1000
2108+
maxDataPoints: 43200
2109+
refId: C
2110+
type: threshold
2111+
dashboardUid: ""
2112+
panelId: 0
2113+
noDataState: NoData
2114+
execErrState: Error
2115+
for: 15m
2116+
annotations:
2117+
summary: Reth canonical head is stalled for {{ $labels.eth_chain }}
2118+
description: Reth canonical chain height has advanced by fewer than one block for 15 minutes while Lighthouse head slots continue advancing. Investigate Reth sync progress, storage, and execution health.
2119+
labels:
2120+
<<: *common_labels
2121+
isPaused: false
20382122
- uid: l1EthLighthouseLowPeers
20392123
title: L1 Ethereum - Lighthouse low peers
20402124
condition: C

spartan/terraform/deploy-ethereum-nodes/.gitignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

spartan/terraform/deploy-ethereum-nodes/load_balancers.tf

Lines changed: 0 additions & 88 deletions
This file was deleted.

spartan/terraform/deploy-ethereum-nodes/main.tf

Lines changed: 0 additions & 198 deletions
This file was deleted.

spartan/terraform/deploy-ethereum-nodes/mainnet.tfbackend

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)