We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We're building a new query engine to improve the peak memory consumption of queriers.
The work has already progressed and is fairly mature. A good description of the new engine is found here: https://github.com/grafana/mimir/blob/main/pkg/streamingpromql/README.md
This issue is to track the PRs and large number of changes involved. It will be an index instead of maintaining a list of PRs in the CHANGELOG.
on
and
rate
increase
unless
FloatHistogram
or
group_left
group_right
BucketedPool
-querier.enable-promql-engine-fallback
without
rate()
LimitingPool
count_over_time
present_over_time
last_over_time
min_over_time
max_over_time
sum_over_time
avg_over_time
offset
pi()
vector()
scalar()
multiple org IDs present
FunctionOverInstantVector
min
max
TestConcurrentQueries
sum
avg
cortex_querier_queries_rejected_total
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We're building a new query engine to improve the peak memory consumption of queriers.
The work has already progressed and is fairly mature. A good description of the new engine is found here:
https://github.com/grafana/mimir/blob/main/pkg/streamingpromql/README.md
This issue is to track the PRs and large number of changes involved. It will be an index instead of maintaining a list of PRs in the CHANGELOG.
Main / Unreleased
on
#9482and
#9507rate
orincrease
over native histograms with changing schema #9518rate
andincrease
once #9531unless
#9533rate
orincrease
can return multiple series with the same labels #9553FloatHistogram
instances for successive points in instant vector selectors #9588or
#9589or
where both sides have series with the same labels #9874group_left
andgroup_right
(aka many-to-one and one-to-many matching) #10119BucketedPool
#101992.14.0
-querier.enable-promql-engine-fallback
CLI flag #8455without
, and resolve potential for hash collisions #8671rate()
over native histograms could panic or return incorrect results #8850LimitingPool
#8909count_over_time
,present_over_time
andlast_over_time
#8925min_over_time
,max_over_time
,sum_over_time
andavg_over_time
#8934offset
in instant and range vector selectors #8962pi()
#8995vector()
andscalar()
#9017multiple org IDs present
error when MQE is used to evaluate a cross-tenant query #9120FunctionOverInstantVector
type #9136min
andmax
over series containing only histograms #9191TestConcurrentQueries
to include testing queries with float samples #9194sum
andavg
results over native histograms can be corrupted #9260rate()
over native histograms where first point in range is a counter reset #93712.13.0
cortex_querier_queries_rejected_total
metric #8303The text was updated successfully, but these errors were encountered: