prometheus/storage/remote
Tobias Schmidt 7098c56474 Add remote read filter option
For special remote read endpoints which have only data for specific
queries, it is desired to limit the number of queries sent to the
configured remote read endpoint to reduce latency and performance
overhead.
2017-11-13 23:30:01 +01:00
..
client.go Refactor remote storage querier handling 2017-11-13 23:19:15 +01:00
client_test.go Port remote read server to 2.0. 2017-10-26 11:09:14 +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 Initialise some counters in remote storage API. 2017-10-26 11:09:45 +01:00
queue_manager_test.go Port remote read server to 2.0. 2017-10-26 11:09:14 +01:00
read.go Add remote read filter option 2017-11-13 23:30:01 +01:00
read_test.go Add remote read filter option 2017-11-13 23:30:01 +01:00
storage.go Add remote read filter option 2017-11-13 23:30:01 +01:00
write.go Add comment. 2017-10-26 11:09:16 +01:00