prometheus/util
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
..
httputil corrected regex string check for anyorigin(*) (#5117) 2019-01-21 17:17:27 +05:30
promlint Add promlint check for histogram/summary reserved names (#2626) 2017-04-15 22:38:01 +01:00
stats Adding unit tests for the util package (#4534) 2018-08-27 15:55:49 +01:00
strutil Adding unit tests for the util package (#4534) 2018-08-27 15:55:49 +01:00
testutil Adding unit tests for the util package (#4534) 2018-08-27 15:55:49 +01:00
treecache refine error handling in prometheus (#5388) 2019-03-26 00:01:12 +01:00