mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 02:21:04 +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"} -
|
(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.'
|
||||||
|
|||||||
Reference in New Issue
Block a user