Bug: Ruler showing incredible amount of network traffic #10654
What is the bug?We've recently deployed beyla into our observability cluster running Mimir to gather some metrics about how traffic flows. A really great tool! Kudos to the team! This brought up some interesting results.
Looking at the ruler specifically we can see that most traffic is coming in from the store-gateways followed by the ingesters. We than figured out that we've configured compression a long time back between to the structured config and restarting the However, it seems we've just moved the issue somewhere else... ;) At the same time we noticed that the Looking at the Mimir Ruler dashboard it looks like the ruler just stopped doing requests Total traffic is much worse than before as also traffic between the We tried adding What was your environment?
Any additional context to share?No response |
Replies: 3 comments
|
In my experience grpc client config in Mimir is quite cryptic. I would recommend to pick up one option (either config or cli) and don't mix it up without need. Try to configure snappy compression everywhere in config, it's lightweight enough to not bring too much load and recommended for production. (I tried to make config proper but please check it before going full prod). |
|
Thanks for your response @deniszh, highly appreciated! I think we understood now what was going on here:
|
Sounds logical, but can't confirm or deny. |







In my experience grpc client config in Mimir is quite cryptic. I would recommend to pick up one option (either config or cli) and don't mix it up without need. Try to configure snappy compression everywhere in config, it's lightweight enough to not bring too much load and recommended for production.
Something like