Skip to content

Commit

Permalink
Mitigating: too many outstanding requests
Browse files Browse the repository at this point in the history
  • Loading branch information
akunzai committed Nov 16, 2023
1 parent f21b2df commit 64e93e0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions loki/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ services:
# https://grafana.com/docs/loki/latest/operations/storage/table-manager/#retention
- -table-manager.retention-period=90d
- -table-manager.retention-deletes-enabled=true
# mitigating: too many outstanding requests
# https://github.com/grafana/loki/issues/5123#issuecomment-1167018445
- -querier.max-outstanding-requests-per-tenant=4096
- -querier.split-queries-by-interval=15m
- -query-scheduler.max-outstanding-requests-per-tenant=4096

promtail:
# https://grafana.com/docs/loki/latest/clients/promtail/installation/
Expand Down

0 comments on commit 64e93e0

Please sign in to comment.