prometheus/storage
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
..
remote Add offset to selectParams (#4226) 2018-07-18 04:58:00 +01:00
tsdb all: remove unnecessary type conversions (#3992) 2018-03-21 09:25:22 +00:00
buffer.go Optimise PromQL (#3966) 2018-06-04 15:47:45 +02:00
buffer_test.go Correctly handle pruning wraparound after ring expansion (#3942) 2018-03-12 13:16:59 +00:00
fanout.go Avoid infinite loop on duplicate NaN values. (#4275) 2018-06-18 17:34:08 +01:00
fanout_test.go Avoid infinite loop on duplicate NaN values. (#4275) 2018-06-18 17:34:08 +01:00
interface.go Add offset to selectParams (#4226) 2018-07-18 04:58:00 +01:00
noop.go *: implement query params 2018-02-13 12:17:22 +01:00