-
Notifications
You must be signed in to change notification settings - Fork 802
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
Refactor Cortex querier to use Queryable interface directly #2060
Commits on Feb 17, 2020
-
New function now requires Queryable for store, instead of ChunkStore.
This makes it easier to use non-chunk-based queryables. On the other hand, chunk-based queryables are still optimized in the way they were before (in mergeSeriesSets). Merged ingester_streaming_queryable.go into distributor_queryable.go. Merged unified_querier.go into querier.go. Signed-off-by: Peter Štibraný <peter.stibrany@grafana.com>
Configuration menu - View commit details
-
Copy full SHA for 15e32c6 - Browse repository at this point
Copy the full SHA 15e32c6View commit details -
Signed-off-by: Peter Štibraný <peter.stibrany@grafana.com>
Configuration menu - View commit details
-
Copy full SHA for c6fda3e - Browse repository at this point
Copy the full SHA c6fda3eView commit details -
Signed-off-by: Peter Štibraný <peter.stibrany@grafana.com>
Configuration menu - View commit details
-
Copy full SHA for af4ec9a - Browse repository at this point
Copy the full SHA af4ec9aView commit details -
Added test for sorting series by partitionChunks.
Signed-off-by: Peter Štibraný <peter.stibrany@grafana.com>
Configuration menu - View commit details
-
Copy full SHA for b4bf3c2 - Browse repository at this point
Copy the full SHA b4bf3c2View commit details -
Signed-off-by: Peter Štibraný <peter.stibrany@grafana.com>
Configuration menu - View commit details
-
Copy full SHA for fd4601f - Browse repository at this point
Copy the full SHA fd4601fView commit details -
Added comment about why series-requests are handled by distributor qu…
…erier. Signed-off-by: Peter Štibraný <peter.stibrany@grafana.com>
Configuration menu - View commit details
-
Copy full SHA for 69f5ad1 - Browse repository at this point
Copy the full SHA 69f5ad1View commit details -
Don't wait for results to arrive if context is done.
Signed-off-by: Peter Štibraný <peter.stibrany@grafana.com>
Configuration menu - View commit details
-
Copy full SHA for dfdc474 - Browse repository at this point
Copy the full SHA dfdc474View commit details -
Don't call At() again for first series.
Signed-off-by: Peter Štibraný <peter.stibrany@grafana.com>
Configuration menu - View commit details
-
Copy full SHA for 38a1dd3 - Browse repository at this point
Copy the full SHA 38a1dd3View commit details -
Signed-off-by: Peter Štibraný <peter.stibrany@grafana.com>
Configuration menu - View commit details
-
Copy full SHA for e826402 - Browse repository at this point
Copy the full SHA e826402View commit details -
Signed-off-by: Peter Štibraný <peter.stibrany@grafana.com>
Configuration menu - View commit details
-
Copy full SHA for 1a80366 - Browse repository at this point
Copy the full SHA 1a80366View commit details -
Signed-off-by: Peter Štibraný <peter.stibrany@grafana.com>
Configuration menu - View commit details
-
Copy full SHA for f9328b9 - Browse repository at this point
Copy the full SHA f9328b9View commit details -
Rename parameters to NewQueryable.
Signed-off-by: Peter Štibraný <peter.stibrany@grafana.com>
Configuration menu - View commit details
-
Copy full SHA for 377fe7b - Browse repository at this point
Copy the full SHA 377fe7bView commit details -
Include empty set with error. Unify checks in seriesSetWithFirstSerie…
…s methods. Signed-off-by: Peter Štibraný <peter.stibrany@grafana.com>
Configuration menu - View commit details
-
Copy full SHA for 594459c - Browse repository at this point
Copy the full SHA 594459cView commit details -
Signed-off-by: Peter Štibraný <peter.stibrany@grafana.com>
Configuration menu - View commit details
-
Copy full SHA for 02146a3 - Browse repository at this point
Copy the full SHA 02146a3View commit details -
Signed-off-by: Peter Štibraný <peter.stibrany@grafana.com>
Configuration menu - View commit details
-
Copy full SHA for 4161761 - Browse repository at this point
Copy the full SHA 4161761View commit details