mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 01:11:04 +00:00
alerting-rules: ContinuousTaskEnded alert should not drop all unspecified labels (#8369)
This commit is contained in:
committed by
GitHub
parent
363db4f086
commit
d7ef668a30
@@ -135,7 +135,7 @@ groups:
|
||||
|
||||
- alert: ContinuousTaskEnded
|
||||
expr: '(polkadot_tasks_spawned_total{task_name != "basic-authorship-proposer"} == 1)
|
||||
- on(instance, task_name) (polkadot_tasks_ended_total == 1)'
|
||||
- on(instance, task_name) group_left() (polkadot_tasks_ended_total == 1)'
|
||||
for: 5m
|
||||
labels:
|
||||
severity: warning
|
||||
|
||||
Reference in New Issue
Block a user