Commit graph

6 commits

Author SHA1 Message Date
Bartek Plotka 46943c6bda remote-read: Extended remote read proto with negotiation and chunked response.
Context: https://docs.google.com/document/d/1JqrU3NjM9HoGLSTPYOvR217f5HBKBiJTqikEB9UiJL0/edit#

Signed-off-by: Bartek Plotka <bwplotka@gmail.com>

Fixed proto comments after reviews.

Signed-off-by: Bartek Plotka <bwplotka@gmail.com>

Fixed one more comment typo.

Signed-off-by: Bartek Plotka <bwplotka@gmail.com>

Moved response_type to accepted_response_types.

Signed-off-by: Bartek Plotka <bwplotka@gmail.com>

Fixed typo in comment.

Signed-off-by: Bartek Plotka <bwplotka@gmail.com>

Addressed comments.

Signed-off-by: Bartek Plotka <bwplotka@gmail.com>

Added requirements for ChunkedSeries fields.

Signed-off-by: Bartek Plotka <bwplotka@gmail.com>
2019-08-14 09:13:10 +01:00
Callum Styan 5358f76c5c update remote write path proto so that Labels/Timeseries can't be nil (#4957)
Signed-off-by: Callum Styan <callumstyan@gmail.com>
2019-01-15 19:13:39 +00:00
Tom Wilkie d3a1ff1abf
Reduce memory usage of remote read by reducing pointer usage. (#4655)
Signed-off-by: Tom Wilkie <tom.wilkie@gmail.com>
2018-09-25 19:14:00 +01:00
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
Henri DF 2952387ed1 Pass query hints down into remote read query proto (#4122)
Signed-off-by: Henri DF <henridf@gmail.com>
2018-05-08 09:48:13 +01:00
Fabian Reinartz ccf9e62972 *: add admin grpc API 2017-07-10 09:14:14 +02:00