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

Increase UnboundedChannelVeryLarge threshold from 5k to 15k (#7931)

parent 748bdf65
No related merge requests found
......@@ -166,9 +166,9 @@ groups:
(polkadot_unbounded_channel_len{action = "send"} -
ignoring(action) polkadot_unbounded_channel_len{action = "received"})
or on(instance) polkadot_unbounded_channel_len{action = "send"}
) > 5000'
) > 15000'
labels:
severity: warning
annotations:
message: 'Channel {{ $labels.entity }} on node {{ $labels.instance }} contains more than
5000 items.'
15000 items.'
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