Add doc for limit param max_concurrent_tail_requests (#5011)

pull/4938/merge
Shardul Srivastava 4 years ago committed by GitHub
parent d5783e86a3
commit d8305ecd0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      docs/sources/configuration/_index.md

@ -2029,6 +2029,10 @@ The `limits_config` block configures global and per-tenant limits in Loki.
# CLI flag: -querier.max-streams-matcher-per-query
[max_streams_matchers_per_query: <int> | default = 1000]
# Maximum number of concurrent tail requests.
# CLI flag: -querier.max-concurrent-tail-requests
[max_concurrent_tail_requests: <int> | default = 10]
# Duration to delay the evaluation of rules to ensure.
# CLI flag: -ruler.evaluation-delay-duration
[ruler_evaluation_delay_duration: <duration> | default = 0s]

Loading…
Cancel
Save