We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01ff4ce commit 7170fdaCopy full SHA for 7170fda
.maintain/monitoring/alerting-rules/alerting-rules.yaml
@@ -47,8 +47,8 @@ groups:
47
# Under the assumption of an average block production of 6 seconds,
48
# "best" and "finalized" being more than 10 blocks apart would imply
49
# 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'
+ expr: '(polkadot_block_height{status="best"} - ignoring(status)
+ polkadot_block_height{status="finalized"}) > 10'
52
for: 8m
53
labels:
54
severity: critical
0 commit comments