prometheus/rules
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
..
fixtures Make TestUpdate() do some work (#4306) 2018-06-22 15:21:04 +01:00
alerting.go refine error handling in prometheus (#5388) 2019-03-26 00:01:12 +01:00
alerting_test.go *: apply gofmt -s 2019-01-16 17:28:14 -05:00
manager.go refine error handling in prometheus (#5388) 2019-03-26 00:01:12 +01:00
manager_test.go reload: copy state on both name and labels (#5368) 2019-03-15 15:23:36 +00:00
recording.go Fix spelling/typos (#4921) 2018-11-27 17:44:29 +01:00
recording_test.go WIP: keep track of samples per query, set a max # of samples (#4513) 2018-10-02 12:59:19 +01:00