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
My idea is that since each operator take a VectorPool to store the temporary results. I think we can cumulate the sample counter when operator store the result into the vector pool.
The original promql engine supports specifying maxSamples for each query https://github.com/prometheus/prometheus/blob/main/promql/engine.go#L248 and this is useful to protect the query engine from OOM kill.
It would be nice to support this feature here.
The text was updated successfully, but these errors were encountered: