prometheus/storage/remote
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
..
client.go Move protos to ./prompb 2017-07-12 22:06:35 +01:00
client_test.go Initial port of remote storage to v2. 2017-07-12 12:27:57 +01:00
ewma.go Initial port of remote storage to v2. 2017-07-12 12:27:57 +01:00
queue_manager.go *: migrate to go-kit/log 2017-09-08 22:01:51 +05:30
queue_manager_test.go *: migrate to go-kit/log 2017-09-08 22:01:51 +05:30
read.go Re-add contexts to storage.Storage.Querier() (#3230) 2017-10-04 21:04:15 +02:00
read_test.go Initial port of remote storage to v2. 2017-07-12 12:27:57 +01:00
storage.go *: migrate to go-kit/log 2017-09-08 22:01:51 +05:30
write.go Adapt storage APIs to uint64 references 2017-09-07 14:14:41 +02:00