-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Split series API in frontend #2106
Comments
We'll probably need a refactor to the roundtripper (https://github.com/grafana/loki/blob/master/pkg/querier/queryrange/roundtrip.go#L78) to also handle the series API. This in turn can also be implemented with the time-splitting middleware (https://github.com/grafana/loki/blob/master/pkg/querier/queryrange/split_by_interval.go). @adityacs you seem pretty interested, would you like me to assign this to you? |
@owen-d Yeah, I would like to work on this. Kindly assign it to me. |
@owen-d I will be closing this |
Fixed in #2123 |
…rafana#2106) * Verify that files have correct order of imports. goimports -local github.com/cortexproject/cortex does the trick. Signed-off-by: Peter Štibraný <peter.stibrany@grafana.com> * goimports -local github.com/cortexproject/cortex -w pkg/ cmd/ tools/ Signed-off-by: Peter Štibraný <peter.stibrany@grafana.com> * Rerun make protos. Signed-off-by: Peter Štibraný <peter.stibrany@grafana.com> * Fixed import Signed-off-by: Peter Štibraný <peter.stibrany@grafana.com> * Rerun make protos for ruler Signed-off-by: Peter Štibraný <peter.stibrany@grafana.com>
Split the
/series
API calls by time in the frontend for long-dated requests. We could also shard this against the shard_factor if the schema supports it for further benefits./cc @cyriltovena
The text was updated successfully, but these errors were encountered: