(ctx context.Context, query *prompb.Query, sortSeries bool)
| 144 | // also fall back to the SAMPLES method if necessary. |
| 145 | type ReadClient interface { |
| 146 | Read(ctx context.Context, query *prompb.Query, sortSeries bool) (storage.SeriesSet, error) |
| 147 | ReadMultiple(ctx context.Context, queries []*prompb.Query, sortSeries bool) (storage.SeriesSet, error) |
| 148 | } |
| 149 |
no outgoing calls