mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 05:51:02 +00:00
Increase UnboundedChannelVeryLarge threshold from 5k to 15k (#7931)
This commit is contained in:
@@ -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.'
|
||||
|
||||
Reference in New Issue
Block a user