-
Couldn't load subscription status.
- Fork 837
Remove references to max_series_per_query from docs
#6889
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -318,11 +318,10 @@ overrides: | |
| tenant1: | ||
| ingestion_rate: 10000 | ||
| max_series_per_metric: 100000 | ||
| max_series_per_query: 100000 | ||
| max_fetched_series_per_query: 10000 | ||
| tenant2: | ||
| max_samples_per_query: 1000000 | ||
| max_series_per_metric: 100000 | ||
| max_series_per_query: 100000 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. it should be max_fetched_series_per_query for consistency There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🤦 , thanks for pointing this out. |
||
| max_fetched_series_per_query: 100000 | ||
|
|
||
| multi_kv_config: | ||
| mirror_enabled: false | ||
|
|
@@ -348,11 +347,10 @@ overrides: | |
| tenant1: | ||
| ingestion_rate: 10000 | ||
| max_series_per_metric: 100000 | ||
| max_series_per_query: 100000 | ||
friedrichg marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| max_fetched_series_per_query: 100000 | ||
| tenant2: | ||
| max_samples_per_query: 1000000 | ||
| max_series_per_metric: 100000 | ||
| max_series_per_query: 100000 | ||
friedrichg marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| max_fetched_series_per_query: 100000 | ||
| ``` | ||
|
|
||
| Valid per-tenant limits are (with their corresponding flags for default values): | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can probably change
max_series_per_querytomax_fetched_series_per_queryas it is the new limit.