We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f5d514 commit cc17ef3Copy full SHA for cc17ef3
docs/configuration/config-file-reference.md
@@ -2860,6 +2860,11 @@ The `limits_config` configures default and per-tenant limits imposed by Cortex s
2860
# CLI flag: -store-gateway.tenant-shard-size
2861
[store_gateway_tenant_shard_size: <int> | default = 0]
2862
2863
+# The maximum number of data bytes to download per gRPC request in Store
2864
+# Gateway, including Series/LabelNames/LabelValues requests. 0 to disable.
2865
+# CLI flag: -store-gateway.max-downloaded-bytes-per-request
2866
+[max_downloaded_bytes_per_request: <int> | default = 0]
2867
+
2868
# Delete blocks containing samples older than the specified retention period. 0
2869
# to disable.
2870
# CLI flag: -compactor.blocks-retention-period
0 commit comments