File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -237,6 +237,11 @@ querier:
237
237
# CLI flag: -querier.store-gateway-consistency-check-max-attempts
238
238
[store_gateway_consistency_check_max_attempts : <int> | default = 3]
239
239
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
+
240
245
# When distributor's sharding strategy is shuffle-sharding and this setting is
241
246
# > 0, queriers fetch in-memory series from the minimum set of required
242
247
# ingesters, selecting only ingesters which may have received series since
Original file line number Diff line number Diff line change @@ -4165,6 +4165,11 @@ store_gateway_client:
4165
4165
# CLI flag: -querier.store-gateway-consistency-check-max-attempts
4166
4166
[store_gateway_consistency_check_max_attempts : <int> | default = 3]
4167
4167
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
+
4168
4173
# When distributor's sharding strategy is shuffle-sharding and this setting is >
4169
4174
# 0, queriers fetch in-memory series from the minimum set of required ingesters,
4170
4175
# selecting only ingesters which may have received series since 'now - lookback
You can’t perform that action at this time.
0 commit comments