Skip to content
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

Merged
merged 9 commits into from
Nov 15, 2023

Conversation

cyriltovena
Copy link
Contributor

No description provided.

@cyriltovena cyriltovena marked this pull request as ready for review November 14, 2023 21:19
@cyriltovena cyriltovena requested a review from a team as a code owner November 14, 2023 21:19
Copy link
Collaborator

@kolesnikovae kolesnikovae left a 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

@cyriltovena
Copy link
Contributor Author

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

Yeah I'm looking into this.

@cyriltovena cyriltovena merged commit 31b5d62 into main Nov 15, 2023
17 checks passed
cyriltovena added a commit that referenced this pull request Nov 15, 2023
* 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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants