mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 10:31:04 +00:00
Add substrate-rpc-subscription to exceptions in alert (#9172)
This commit is contained in:
@@ -134,7 +134,7 @@ groups:
|
|||||||
##############################################################################
|
##############################################################################
|
||||||
|
|
||||||
- alert: ContinuousTaskEnded
|
- alert: ContinuousTaskEnded
|
||||||
expr: '(polkadot_tasks_spawned_total{task_name != "basic-authorship-proposer"} == 1)
|
expr: '(polkadot_tasks_spawned_total{task_name != "basic-authorship-proposer", task_name != "substrate-rpc-subscription"} == 1)
|
||||||
- on(instance, task_name) group_left() (polkadot_tasks_ended_total == 1)'
|
- on(instance, task_name) group_left() (polkadot_tasks_ended_total == 1)'
|
||||||
for: 5m
|
for: 5m
|
||||||
labels:
|
labels:
|
||||||
|
|||||||
Reference in New Issue
Block a user