Skip to content

Bug: Ruler showing incredible amount of network traffic #10654

Discussion options

You must be logged in to vote

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

    alertmanager:
      alertmanager_client:
        grpc_compression: snappy
    frontend:
      grpc_client_config:
        grpc_compression: snappy
    frontend_worker:
      query_scheduler_grpc_client_config:
        grpc_compression: snappy
      grpc_client_config:
        grpc_compression: snappy
    ingester_client:
      grpc_client_config:
        grpc_compression: sn…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by ecktom
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
2 participants
Converted from issue

This discussion was converted from issue #10653 on February 14, 2025 17:43.