prometheus/storage
Julius Volz f7e8348a88 Re-add contexts to storage.Storage.Querier() (#3230)
* Re-add contexts to storage.Storage.Querier()

These are needed when replacing the storage by a multi-tenant
implementation where the tenant is stored in the context.

The 1.x query interfaces already had contexts, but they got lost in 2.x.

* Convert promql.Engine to use native contexts
2017-10-04 21:04:15 +02:00
..
remote Re-add contexts to storage.Storage.Querier() (#3230) 2017-10-04 21:04:15 +02:00
tsdb Re-add contexts to storage.Storage.Querier() (#3230) 2017-10-04 21:04:15 +02: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 Re-add contexts to storage.Storage.Querier() (#3230) 2017-10-04 21:04:15 +02:00
fanout_test.go Add unit test for the merging on the read path. 2017-07-13 11:05:38 +01:00
interface.go Re-add contexts to storage.Storage.Querier() (#3230) 2017-10-04 21:04:15 +02:00