prometheus/scrape
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
..
testdata rename package retrieve to scrape 2018-02-01 09:55:07 +00:00
helpers_test.go rename package retrieve to scrape 2018-02-01 09:55:07 +00:00
manager_test.go refine error handling in prometheus (#5388) 2019-03-26 00:01:12 +01:00
manager.go refine error handling in prometheus (#5388) 2019-03-26 00:01:12 +01:00
scrape_test.go refine error handling in prometheus (#5388) 2019-03-26 00:01:12 +01:00
scrape.go refine error handling in prometheus (#5388) 2019-03-26 00:01:12 +01:00
target_test.go scrape: Add global jitter for HA server (#5181) 2019-03-12 10:46:15 +00:00
target.go refine error handling in prometheus (#5388) 2019-03-26 00:01:12 +01:00