prometheus/config
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 Check if label value is valid when unmarhsaling external labels from 2019-03-18 20:31:12 +00:00
config.go refine error handling in prometheus (#5388) 2019-03-26 00:01:12 +01:00
config_default_test.go Renaming the config_notwin test to config_default 2017-07-10 11:08:16 -03:00
config_test.go Check if label value is valid when unmarhsaling external labels from 2019-03-18 20:31:12 +00:00
config_windows_test.go Fixing code style to adhere gofmt 2017-07-09 02:43:33 -03:00