prometheus/storage/remote
Tariq Ibrahim 8fdfa8abea refine error handling in prometheus (#5388)
i) Uses the more idiomatic Wrap and Wrapf methods for creating nested errors.
ii) Fixes some incorrect usages of fmt.Errorf where the error messages don't have any formatting directives.
iii) Does away with the use of fmt package for errors in favour of pkg/errors

Signed-off-by: tariqibrahim <tariq181290@gmail.com>
2019-03-26 00:01:12 +01:00
..
client.go refine error handling in prometheus (#5388) 2019-03-26 00:01:12 +01:00
client_test.go refine error handling in prometheus (#5388) 2019-03-26 00:01:12 +01:00
codec.go refine error handling in prometheus (#5388) 2019-03-26 00:01:12 +01: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
intern.go Review feedback. 2019-03-18 20:31:12 +00:00
intern_test.go Review feedback. 2019-03-18 20:31:12 +00:00
max_gauge.go Refactor and fix queue resharding (#5286) 2019-03-01 11:04:26 -08:00
queue_manager.go Review feedback. 2019-03-18 20:31:12 +00:00
queue_manager_test.go Review feedback. 2019-03-18 20:31:12 +00:00
read.go Review feedback. 2019-03-18 20:31:12 +00:00
read_test.go Review feedback. 2019-03-18 20:31:12 +00:00
storage.go More WAL remote_write tweaks. (#5300) 2019-03-05 12:21:11 +00:00
wal_watcher.go refine error handling in prometheus (#5388) 2019-03-26 00:01:12 +01:00
wal_watcher_test.go Refactor: inline decodeRecord in readSegment and don't bother decoding samples records if we're not tailing the segment, add a benchmark test and fix some other tests 2019-02-28 08:38:39 -08:00
write.go Refactor and fix queue resharding (#5286) 2019-03-01 11:04:26 -08:00