prometheus/promql
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
..
fuzz-data
testdata
ast.go refine error handling in prometheus (#5388) 2019-03-26 00:01:12 +01:00
bench_test.go
engine.go refine error handling in prometheus (#5388) 2019-03-26 00:01:12 +01:00
engine_test.go refine error handling in prometheus (#5388) 2019-03-26 00:01:12 +01:00
functions.go refine error handling in prometheus (#5388) 2019-03-26 00:01:12 +01:00
functions_test.go
fuzz.go
lex.go Expose lexer item types (#5358) 2019-03-14 20:53:55 +01:00
lex_test.go Expose lexer item types (#5358) 2019-03-14 20:53:55 +01:00
parse.go refine error handling in prometheus (#5388) 2019-03-26 00:01:12 +01:00
parse_test.go refine error handling in prometheus (#5388) 2019-03-26 00:01:12 +01:00
printer.go
printer_test.go
promql_test.go
quantile.go
test.go refine error handling in prometheus (#5388) 2019-03-26 00:01:12 +01:00
test_test.go Fix some spelling issues (#5361) 2019-03-14 14:38:54 +00:00
value.go refine error handling in prometheus (#5388) 2019-03-26 00:01:12 +01:00