Skip to content

Commit d2b59a6

Browse files
committed
update doc
Signed-off-by: Daniel Deluiggi <[email protected]>
1 parent 3505c59 commit d2b59a6

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

docs/blocks-storage/querier.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1355,6 +1355,10 @@ blocks_storage:
13551355
# CLI flag: -blocks-storage.bucket-store.metadata-cache.bucket-index-max-size-bytes
13561356
[bucket_index_max_size_bytes: <int> | default = 1048576]
13571357

1358+
# How long to cache list of partitioned groups for an user.
1359+
# CLI flag: -blocks-storage.bucket-store.metadata-cache.partitioned-groups-list-ttl
1360+
[partitioned_groups_list_ttl: <duration> | default = 5m]
1361+
13581362
# Maximum number of entries in the regex matchers cache. 0 to disable.
13591363
# CLI flag: -blocks-storage.bucket-store.matchers-cache-max-items
13601364
[matchers_cache_max_items: <int> | default = 0]

docs/blocks-storage/store-gateway.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1476,6 +1476,10 @@ blocks_storage:
14761476
# CLI flag: -blocks-storage.bucket-store.metadata-cache.bucket-index-max-size-bytes
14771477
[bucket_index_max_size_bytes: <int> | default = 1048576]
14781478

1479+
# How long to cache list of partitioned groups for an user.
1480+
# CLI flag: -blocks-storage.bucket-store.metadata-cache.partitioned-groups-list-ttl
1481+
[partitioned_groups_list_ttl: <duration> | default = 5m]
1482+
14791483
# Maximum number of entries in the regex matchers cache. 0 to disable.
14801484
# CLI flag: -blocks-storage.bucket-store.matchers-cache-max-items
14811485
[matchers_cache_max_items: <int> | default = 0]

docs/configuration/config-file-reference.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1930,6 +1930,10 @@ bucket_store:
19301930
# CLI flag: -blocks-storage.bucket-store.metadata-cache.bucket-index-max-size-bytes
19311931
[bucket_index_max_size_bytes: <int> | default = 1048576]
19321932

1933+
# How long to cache list of partitioned groups for an user.
1934+
# CLI flag: -blocks-storage.bucket-store.metadata-cache.partitioned-groups-list-ttl
1935+
[partitioned_groups_list_ttl: <duration> | default = 5m]
1936+
19331937
# Maximum number of entries in the regex matchers cache. 0 to disable.
19341938
# CLI flag: -blocks-storage.bucket-store.matchers-cache-max-items
19351939
[matchers_cache_max_items: <int> | default = 0]

0 commit comments

Comments
 (0)