Skip to content

Commit 443c6a6

Browse files
committed
Add docs
Signed-off-by: Justin Jung <[email protected]>
1 parent 51aaf24 commit 443c6a6

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

docs/blocks-storage/querier.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,11 @@ querier:
237237
# CLI flag: -querier.store-gateway-consistency-check-max-attempts
238238
[store_gateway_consistency_check_max_attempts: <int> | default = 3]
239239

240+
# The maximum number of times we attempt fetching data from ingesters for
241+
# retryable errors.
242+
# CLI flag: -querier.ingester-query-max-attempts
243+
[ingester_query_max_attempts: <int> | default = 3]
244+
240245
# When distributor's sharding strategy is shuffle-sharding and this setting is
241246
# > 0, queriers fetch in-memory series from the minimum set of required
242247
# ingesters, selecting only ingesters which may have received series since

docs/configuration/config-file-reference.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4165,6 +4165,11 @@ store_gateway_client:
41654165
# CLI flag: -querier.store-gateway-consistency-check-max-attempts
41664166
[store_gateway_consistency_check_max_attempts: <int> | default = 3]
41674167

4168+
# The maximum number of times we attempt fetching data from ingesters for
4169+
# retryable errors.
4170+
# CLI flag: -querier.ingester-query-max-attempts
4171+
[ingester_query_max_attempts: <int> | default = 3]
4172+
41684173
# When distributor's sharding strategy is shuffle-sharding and this setting is >
41694174
# 0, queriers fetch in-memory series from the minimum set of required ingesters,
41704175
# selecting only ingesters which may have received series since 'now - lookback

0 commit comments

Comments
 (0)