From 87a9eade9bdf6f11e43273970fb97b0804fbd3d1 Mon Sep 17 00:00:00 2001 From: Vladimir Varankin Date: Wed, 25 Sep 2024 14:55:34 +0200 Subject: [PATCH] rebuild assets Signed-off-by: Vladimir Varankin --- .../configure/configuration-parameters/index.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/docs/sources/mimir/configure/configuration-parameters/index.md b/docs/sources/mimir/configure/configuration-parameters/index.md index 873efb02df3..b0efc64fd7c 100644 --- a/docs/sources/mimir/configure/configuration-parameters/index.md +++ b/docs/sources/mimir/configure/configuration-parameters/index.md @@ -948,11 +948,6 @@ instance_limits: # CLI flag: -distributor.write-requests-buffer-pooling-enabled [write_requests_buffer_pooling_enabled: | default = true] -# (deprecated) When enabled, in-flight write requests limit is checked as soon -# as the gRPC request is received, before the request is decoded and parsed. -# CLI flag: -distributor.limit-inflight-requests-using-grpc-method-limiter -[limit_inflight_requests_using_grpc_method_limiter: | default = true] - # (advanced) Number of pre-allocated workers used to forward push requests to # the ingesters. If 0, no workers will be used and a new goroutine will be # spawned for each ingester push request. If not enough workers available, new @@ -1251,11 +1246,6 @@ instance_limits: # CLI flag: -ingester.log-utilization-based-limiter-cpu-samples [log_utilization_based_limiter_cpu_samples: | default = false] -# (deprecated) When enabled, in-flight write requests limit is checked as soon -# as the gRPC request is received, before the request is decoded and parsed. -# CLI flag: -ingester.limit-inflight-requests-using-grpc-method-limiter -[limit_inflight_requests_using_grpc_method_limiter: | default = true] - # (advanced) Each error will be logged once in this many times. Use 0 to log all # of them. # CLI flag: -ingester.error-sample-rate @@ -1365,10 +1355,6 @@ The `querier` block configures the querier. # CLI flag: -querier.query-store-after [query_store_after: | default = 12h] -# (deprecated) Maximum duration into the future you can query. 0 to disable. -# CLI flag: -querier.max-query-into-future -[max_query_into_future: | default = 10m] - store_gateway_client: # (advanced) Enable TLS for gRPC client connecting to store-gateway. # CLI flag: -querier.store-gateway-client.tls-enabled