You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The config option -querier.max-fetched-chunks-per-query counts and limits the number of chunks returned independently for the ingester and storage gateway for a query. While, -querier.max-fetched-series-per-query and -querier.max-fetched-chunk-bytes-per-query limits the sum of series and chunk bytes returned between the ingester and store gateways for a query.
Describe the solution you'd like
The proposed solution is to migrate the -querier.max-fetched-chunks-per-query limit to the new QueryLimiter to limit the number of chunks returned as a sum of chunks returned from the ingester and storage gateway.
Additional context -querier.max-fetched-chunks-per-query was previously marked as experimental.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
The config option
-querier.max-fetched-chunks-per-query
counts and limits the number of chunks returned independently for the ingester and storage gateway for a query. While,-querier.max-fetched-series-per-query
and-querier.max-fetched-chunk-bytes-per-query
limits the sum of series and chunk bytes returned between the ingester and store gateways for a query.Describe the solution you'd like
The proposed solution is to migrate the
-querier.max-fetched-chunks-per-query
limit to the new QueryLimiter to limit the number of chunks returned as a sum of chunks returned from the ingester and storage gateway.Additional context
-querier.max-fetched-chunks-per-query
was previously marked as experimental.The text was updated successfully, but these errors were encountered: