prometheus/storage/remote
Thomas Jackson 92c6f0c92e Add offset to selectParams (#4226)
* Add Start/End to SelectParams
* Make remote read use the new selectParams for start/end

This commit will continue sending the start/end time of the remote read
query as the overarching promql time and the specific range of data that
the query is intersted in receiving a response to is now part of the
ReadHints (upstream discussion in #4226).

* Remove unused vendored code

The genproto.sh script was updated, but the code wasn't regenerated.
This simply removes the vendored deps that are no longer part of the
codegen output.

Signed-off-by: Thomas Jackson <jacksontj.89@gmail.com>
2018-07-18 04:58:00 +01:00
..
client_test.go Review feedback. 2018-05-29 11:35:43 +01:00
client.go Add proper unclean shutdown handling with a cancellable context. 2018-05-29 09:51:29 +01:00
codec_test.go Fix remote read labelset corruption (#3456) 2017-11-12 00:47:47 +01:00
codec.go Add offset to selectParams (#4226) 2018-07-18 04:58:00 +01:00
ewma.go Initial port of remote storage to v2. 2017-07-12 12:27:57 +01:00
queue_manager_test.go Add proper unclean shutdown handling with a cancellable context. 2018-05-29 09:51:29 +01:00
queue_manager.go Add queue name to logger for remote writes 2018-06-01 13:04:00 +00:00
read_test.go *: implement query params 2018-02-13 12:17:22 +01:00
read.go Pass query hints down into remote read query proto (#4122) 2018-05-08 09:48:13 +01:00
storage.go Make remote flush deadline a command line param. 2018-05-23 15:06:01 +01:00
write.go rename package retrieve to scrape 2018-02-01 09:55:07 +00:00