-
Notifications
You must be signed in to change notification settings - Fork 614
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
Support block planning for SelectSeries API. #2683
Conversation
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.
About panic: unknown row type: phlaredb.ProfileWithLabels
in tests: we need to make sure phlaredb.ProfileWithLabels
implements the RowGetter
interface https://github.com/grafana/pyroscope/blob/main/pkg/phlaredb/query/iters.go#L738
Otherwise, LGTM
Co-authored-by: Anton Kolesnikov <[email protected]>
Co-authored-by: Anton Kolesnikov <[email protected]>
Yeah I'm looking into this. |
* Support block planning for SelectSeries API. * Fixes tests * Avoids panics when no blocks * Fixes gap in metrics * Update pkg/querier/ingester_querier.go Co-authored-by: Anton Kolesnikov <[email protected]> * Update pkg/querier/store_gateway_querier.go Co-authored-by: Anton Kolesnikov <[email protected]> * Fixes messup with iterators * Fixes querier downstream queries --------- Co-authored-by: Anton Kolesnikov <[email protected]>
No description provided.