Skip to content

Commit

Permalink
make doc
Browse files Browse the repository at this point in the history
  • Loading branch information
julienduchesne committed Dec 16, 2024
1 parent fb55d8e commit 74056e4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/sources/mimir/configure/configuration-parameters/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2096,6 +2096,18 @@ query_frontend:
# CLI flag: -ruler.query-frontend.address
[address: <string> | default = ""]
# Maximum number of retries for a single request.
# CLI flag: -ruler.query-frontend.max-retries
[max_retries: <int> | default = 3]
# Minimum backoff duration for retries.
# CLI flag: -ruler.query-frontend.min-retry-backoff
[min_retry_backoff: <duration> | default = 100ms]
# Maximum backoff duration for retries.
# CLI flag: -ruler.query-frontend.max-retry-backoff
[max_retry_backoff: <duration> | default = 2s]
# Configures the gRPC client used to communicate between the rulers and
# query-frontends.
# The CLI flags prefix for this block configuration is:
Expand Down

0 comments on commit 74056e4

Please sign in to comment.