Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Ye <[email protected]>
  • Loading branch information
yeya24 committed Sep 26, 2023
1 parent d24b4c5 commit bc8be12
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/configuration/config-file-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -3022,6 +3022,16 @@ The `limits_config` configures default and per-tenant limits imposed by Cortex s
# CLI flag: -store-gateway.max-downloaded-bytes-per-request
[max_downloaded_bytes_per_request: <int> | default = 0]

# The maximum number of series to fetch per gRPC request in Store Gateway,
# including Series/LabelNames/LabelValues requests. 0 to disable.
# CLI flag: -store-gateway.max-series-per-request
[max_series_per_request: <int> | default = 0]

# The maximum number of chunks to fetch per gRPC request in Store Gateway for
# Series requests. 0 to disable.
# CLI flag: -store-gateway.max-chunks-per-request
[max_chunks_per_request: <int> | default = 0]

# Delete blocks containing samples older than the specified retention period. 0
# to disable.
# CLI flag: -compactor.blocks-retention-period
Expand Down

0 comments on commit bc8be12

Please sign in to comment.