GetBlocks returns known blocks for userID containing samples within the range minT and maxT (milliseconds, both included). Returned blocks are sorted by MaxTime descending.
(ctx context.Context, userID string, minT, maxT int64, matchers []*labels.Matcher)
| 86 | // GetBlocks returns known blocks for userID containing samples within the range minT |
| 87 | // and maxT (milliseconds, both included). Returned blocks are sorted by MaxTime descending. |
| 88 | GetBlocks(ctx context.Context, userID string, minT, maxT int64, matchers []*labels.Matcher) (bucketindex.Blocks, map[ulid.ULID]*bucketindex.BlockDeletionMark, error) |
| 89 | } |
| 90 | |
| 91 | // BlocksStoreClient is the interface that should be implemented by any client used |
no outgoing calls