Skip to content
Snippets Groups Projects
Commit d7ef668a authored by gabriel klawitter's avatar gabriel klawitter Committed by GitHub
Browse files

alerting-rules: ContinuousTaskEnded alert should not drop all unspecified labels (#8369)

parent 363db4f0
Branches
No related merge requests found
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment