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

This commit is contained in:
Pierre Krieger
2021-01-19 15:33:38 +01:00
committed by GitHub
parent 748bdf65d3
commit 2e44ffb7a7
@@ -166,9 +166,9 @@ groups:
(polkadot_unbounded_channel_len{action = "send"} - (polkadot_unbounded_channel_len{action = "send"} -
ignoring(action) polkadot_unbounded_channel_len{action = "received"}) ignoring(action) polkadot_unbounded_channel_len{action = "received"})
or on(instance) polkadot_unbounded_channel_len{action = "send"} or on(instance) polkadot_unbounded_channel_len{action = "send"}
) > 5000' ) > 15000'
labels: labels:
severity: warning severity: warning
annotations: annotations:
message: 'Channel {{ $labels.entity }} on node {{ $labels.instance }} contains more than message: 'Channel {{ $labels.entity }} on node {{ $labels.instance }} contains more than
5000 items.' 15000 items.'