Open
Description
Is your feature request related to a problem? Please describe.
We use ruler in remote evaluation mode : https://grafana.com/docs/loki/latest/community/lids/0002-remoteruleevaluation/
However the GRPC client cannot be configured and as a result we cannot configure : max_recv_msg_size or max_send_msg_size and we have currently the well-known error :
[eceived message larger than max (8799311 vs. 41943](grpc: received message larger than max (8799311 vs. 4194304)")
Describe the solution you'd like
Allow to configure grpc_client_config and or use the configuration in server block.
Describe alternatives you've considered
No other alternative seems relevent
Additional context
None