prometheus/storage/remote
Callum Styan 37e35f9e0c Various improvements to WAL based remote write.
- Use the queue name in WAL watcher logging.
- Don't return from watch if the reader error was EOF.
- Fix sample timestamp check logic regarding what samples we send.
- Refactor so we don't need readToEnd/readSeriesRecords
- Fix wal_watcher tests since readToEnd no longer exists

Signed-off-by: Callum Styan <callumstyan@gmail.com>
2019-02-12 11:39:13 +00:00
..
client.go Tail the TSDB WAL for remote_write 2019-02-12 11:39:13 +00:00
client_test.go Tail the TSDB WAL for remote_write 2019-02-12 11:39:13 +00:00
codec.go Tail the TSDB WAL for remote_write 2019-02-12 11:39:13 +00:00
codec_test.go *: apply gofmt -s 2019-01-16 17:28:14 -05:00
ewma.go Initial port of remote storage to v2. 2017-07-12 12:27:57 +01:00
queue_manager.go Various improvements to WAL based remote write. 2019-02-12 11:39:13 +00:00
queue_manager_test.go Tail the TSDB WAL for remote_write 2019-02-12 11:39:13 +00:00
read.go Move err to be the last return value from storage.Select. (#5054) 2019-01-02 11:10:13 +00:00
read_test.go Move err to be the last return value from storage.Select. (#5054) 2019-01-02 11:10:13 +00:00
storage.go Various fixes to locking & shutdown for WAL-based remote write. 2019-02-12 11:39:13 +00:00
wal_watcher.go Various improvements to WAL based remote write. 2019-02-12 11:39:13 +00:00
wal_watcher_test.go Various improvements to WAL based remote write. 2019-02-12 11:39:13 +00:00
write.go Various fixes to locking & shutdown for WAL-based remote write. 2019-02-12 11:39:13 +00:00