prometheus/storage/remote
Fabian Reinartz 7ccd4b39b8 *: implement query params
This adds a parameter to the storage selection interface which allows
query engine(s) to pass information about the operations surrounding a
data selection.
This can for example be used by remote storage backends to infer the
correct downsampling aggregates that need to be provided.
2018-02-13 12:17:22 +01:00
..
client.go Use shared types from the common repo (#3674) 2018-01-11 16:10:25 +01:00
client_test.go Use shared types from the common repo (#3674) 2018-01-11 16:10:25 +01:00
codec.go Refactor remote storage querier handling 2017-11-13 23:19:15 +01:00
codec_test.go Fix remote read labelset corruption (#3456) 2017-11-12 00:47:47 +01:00
ewma.go Initial port of remote storage to v2. 2017-07-12 12:27:57 +01:00
queue_manager.go Re-use timer instead of creating new ones on every sample 2018-01-24 12:36:29 +00:00
queue_manager_test.go Port remote read server to 2.0. 2017-10-26 11:09:14 +01:00
read.go *: implement query params 2018-02-13 12:17:22 +01:00
read_test.go *: implement query params 2018-02-13 12:17:22 +01:00
storage.go fixed bug with initialization of queueconfig 2017-12-08 02:11:45 -08:00
write.go rename package retrieve to scrape 2018-02-01 09:55:07 +00:00