Skip to content

Commit c4cf739

Browse files
committed
Fix typo and add description for max_samples_per_query
Flag `ingester.max-samples-per-query` was removed in cortexproject#4812 as part of the chunk storage removal. Signed-off-by: Charlie Le <[email protected]>
1 parent 166a062 commit c4cf739

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/configuration/arguments.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -393,9 +393,7 @@ Valid per-tenant limits are (with their corresponding flags for default values):
393393

394394
- `max_series_per_query` / `-ingester.max-series-per-query`
395395

396-
- `max_samples_per_query` / `-ingester.max-samples-per-query`
397-
398-
Limits on the number of timeseries and samples returns by a single ingester during a query.
396+
Limits on the number of timeseries returned by a single ingester during a query.
399397

400398
- `max_metadata_per_user` / `-ingester.max-metadata-per-user`
401399
- `max_metadata_per_metric` / `-ingester.max-metadata-per-metric`

0 commit comments

Comments
 (0)