Skip to content
Snippets Groups Projects
Commit 1eca7767 authored by Pierre Krieger's avatar Pierre Krieger Committed by GitHub
Browse files

Add `substrate-rpc-subscription` to exceptions in alert (#9172)

parent d35d69a4
No related merge requests found
......@@ -134,7 +134,7 @@ groups:
##############################################################################
- 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)'
for: 5m
labels:
......
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