mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 03:31:05 +00:00
Exclude basic-authorship-proposer from the continuous tasks alert (#7484)
This commit is contained in:
@@ -127,8 +127,8 @@ groups:
|
|||||||
##############################################################################
|
##############################################################################
|
||||||
|
|
||||||
- alert: ContinuousTaskEnded
|
- alert: ContinuousTaskEnded
|
||||||
expr: '(polkadot_tasks_spawned_total == 1) - on(instance, task_name)
|
expr: '(polkadot_tasks_spawned_total{task_name != "basic-authorship-proposer"} == 1)
|
||||||
(polkadot_tasks_ended_total == 1)'
|
- on(instance, task_name) (polkadot_tasks_ended_total == 1)'
|
||||||
for: 5m
|
for: 5m
|
||||||
labels:
|
labels:
|
||||||
severity: warning
|
severity: warning
|
||||||
|
|||||||
Reference in New Issue
Block a user