Skip to content

Commit

Permalink
loki: tune query parameters to avoid "Too many outstanding requests"
Browse files Browse the repository at this point in the history
  • Loading branch information
wagdav committed Mar 14, 2024
1 parent 7930ecd commit fe53be5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/loki.nix
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ let
ring.kvstore.store = "inmemory";
enable_api = true;
};

query_scheduler = {
max_outstanding_requests_per_tenant = 2048;
};
};

in
Expand Down

0 comments on commit fe53be5

Please sign in to comment.