Skip to content

Commit

Permalink
loki: update config for sharded queries
Browse files Browse the repository at this point in the history
  • Loading branch information
james-callahan committed Aug 9, 2021
1 parent c455264 commit 35abfa7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions loki/files/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ distributor:
frontend:
compress_responses: true
log_queries_longer_than: 5s
max_outstanding_per_tenant: 200
max_outstanding_per_tenant: 1024
tail_proxy_url: http://querier:3100/
frontend_worker:
frontend_address: query-frontend:9095
Expand Down Expand Up @@ -53,7 +53,7 @@ limits_config:
max_concurrent_tail_requests: ${LOKI_LIMITS_CONFIG_MAX_CONCURRENT_TAIL_REQUESTS:-100}
max_global_streams_per_user: 10000
max_query_length: 12000h
max_query_parallelism: 16
max_query_parallelism: 256
max_streams_per_user: 0
reject_old_samples: true
reject_old_samples_max_age: 168h
Expand Down

0 comments on commit 35abfa7

Please sign in to comment.