Skip to content

Commit

Permalink
Ops: Also set server.grpc-max-send-msg-size-bytes on rulers
Browse files Browse the repository at this point in the history
This should match what the query-frontend is configured for.
  • Loading branch information
jhesketh committed Dec 11, 2024
1 parent f5c97f6 commit 94ce4c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions operations/mimir/ruler-remote-evaluation.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

// The ruler send a query request to the ruler-query-frontend.
'ruler.query-frontend.grpc-client-config.grpc-max-recv-msg-size': $._config.ruler_remote_evaluation_max_query_response_size_bytes,
'server.grpc-max-send-msg-size-bytes': $._config.ruler_remote_evaluation_max_query_response_size_bytes,
},

local container = $.core.v1.container,
Expand Down

0 comments on commit 94ce4c5

Please sign in to comment.