File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ runtime_config:
172
172
[memberlist : <memberlist_config>]
173
173
174
174
query_scheduler :
175
- # Deprecated (user frontend.max-outstanding-requests-per-tenant instead):
175
+ # Deprecated (use frontend.max-outstanding-requests-per-tenant instead):
176
176
# Maximum number of outstanding requests per tenant per query-scheduler.
177
177
# In-flight requests above this limit will fail with HTTP response status code
178
178
# 429.
@@ -917,9 +917,9 @@ The `query_frontend_config` configures the Cortex query-frontend.
917
917
# CLI flag: -frontend.query-stats-enabled
918
918
[query_stats_enabled: <boolean> | default = false]
919
919
920
- # Deprecated (user frontend.max-outstanding-requests-per-tenant instead):
921
- # Maximum number of outstanding requests per tenant per frontend; requests
922
- # beyond this error with HTTP 429.
920
+ # Deprecated (use frontend.max-outstanding-requests-per-tenant instead): Maximum
921
+ # number of outstanding requests per tenant per frontend; requests beyond this
922
+ # error with HTTP 429.
923
923
# CLI flag: -querier.max-outstanding-requests-per-tenant
924
924
[max_outstanding_per_tenant: <int> | default = 0]
925
925
You can’t perform that action at this time.
0 commit comments