prometheus/storage
Tobias Schmidt 9b0091d487 Add storage.Queryable and storage.QueryableFunc
In order to compose different querier implementations more easily, this
change introduces a separate storage.Queryable interface grouping the
query (Querier) function of the storage.

Furthermore, it adds a QueryableFunc type to ease writing very simple
queryable implementations.
2017-11-13 20:19:37 +01:00
..
remote Fix remote read labelset corruption (#3456) 2017-11-12 00:47:47 +01:00
tsdb tsdb: default too small max block duration 2017-10-30 12:09:56 +01:00
buffer.go Fix error where we look into the future. (#2829) 2017-06-13 07:22:27 +02:00
buffer_test.go Fix error where we look into the future. (#2829) 2017-06-13 07:22:27 +02:00
fanout.go Fast path the merge querier (#3358) 2017-10-27 13:29:05 +02:00
fanout_test.go Remove "package remote" garbage from license headers (#3304) 2017-10-17 02:26:38 +01:00
interface.go Add storage.Queryable and storage.QueryableFunc 2017-11-13 20:19:37 +01:00
noop.go Fast path the merge querier (#3358) 2017-10-27 13:29:05 +02:00