Skip to content

Commit 851d1e9

Browse files
committed
Update docs
Signed-off-by: Justin Jung <[email protected]>
1 parent 570b4af commit 851d1e9

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

docs/blocks-storage/querier.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -499,6 +499,11 @@ blocks_storage:
499499
# CLI flag: -blocks-storage.bucket-store.max-concurrent
500500
[max_concurrent: <int> | default = 100]
501501
502+
# Max number of inflight queries to execute against the long-term storage.
503+
# THe limit is shared across all tenants. 0 to disable.
504+
# CLI flag: -blocks-storage.bucket-store.max-inflight-requests
505+
[max_inflight_requests: <int> | default = 0]
506+
502507
# Maximum number of concurrent tenants synching blocks.
503508
# CLI flag: -blocks-storage.bucket-store.tenant-sync-concurrency
504509
[tenant_sync_concurrency: <int> | default = 10]

docs/blocks-storage/store-gateway.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -602,6 +602,11 @@ blocks_storage:
602602
# CLI flag: -blocks-storage.bucket-store.max-concurrent
603603
[max_concurrent: <int> | default = 100]
604604
605+
# Max number of inflight queries to execute against the long-term storage.
606+
# THe limit is shared across all tenants. 0 to disable.
607+
# CLI flag: -blocks-storage.bucket-store.max-inflight-requests
608+
[max_inflight_requests: <int> | default = 0]
609+
605610
# Maximum number of concurrent tenants synching blocks.
606611
# CLI flag: -blocks-storage.bucket-store.tenant-sync-concurrency
607612
[tenant_sync_concurrency: <int> | default = 10]

docs/configuration/config-file-reference.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1038,6 +1038,11 @@ bucket_store:
10381038
# CLI flag: -blocks-storage.bucket-store.max-concurrent
10391039
[max_concurrent: <int> | default = 100]
10401040
1041+
# Max number of inflight queries to execute against the long-term storage. THe
1042+
# limit is shared across all tenants. 0 to disable.
1043+
# CLI flag: -blocks-storage.bucket-store.max-inflight-requests
1044+
[max_inflight_requests: <int> | default = 0]
1045+
10411046
# Maximum number of concurrent tenants synching blocks.
10421047
# CLI flag: -blocks-storage.bucket-store.tenant-sync-concurrency
10431048
[tenant_sync_concurrency: <int> | default = 10]

0 commit comments

Comments
 (0)