Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit 7170fda

Browse files
authored
Fix alert about delay between best and finalized block (#9150)
* Fix alert about delay between best and finalized block * Revert debugging changes
1 parent 01ff4ce commit 7170fda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.maintain/monitoring/alerting-rules/alerting-rules.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ groups:
4747
# Under the assumption of an average block production of 6 seconds,
4848
# "best" and "finalized" being more than 10 blocks apart would imply
4949
# more than a 1 minute delay between block production and finalization.
50-
expr: '(polkadot_block_height_number{status="best"} - ignoring(status)
51-
polkadot_block_height_number{status="finalized"}) > 10'
50+
expr: '(polkadot_block_height{status="best"} - ignoring(status)
51+
polkadot_block_height{status="finalized"}) > 10'
5252
for: 8m
5353
labels:
5454
severity: critical

0 commit comments

Comments
 (0)