prometheus/promql
Julius Volz 8fbe1b5133
Handle a bunch of unchecked errors (#4461)
There are many more (mostly finalizers like Close/Stop/etc.), but most of
the others seemed like one couldn't do much about them anyway.

Signed-off-by: Julius Volz <julius.volz@gmail.com>
2018-08-17 17:24:35 +02:00
..
fuzz-data
testdata Optimise PromQL (#3966) 2018-06-04 15:47:45 +02:00
ast.go Bubble up errors to promql from populating iterators (#4136) 2018-06-07 17:27:34 +01:00
bench_test.go Reuse (copy) overlapping matrix samples between range evaluation steps (#4315) 2018-07-18 11:14:02 +01:00
engine.go Add tracing spans to promql (#4436) 2018-08-16 13:11:34 +05:30
engine_test.go
functions.go Fix spelling and holt-winters check (#4424) 2018-07-27 18:17:43 +01:00
functions_test.go Optimise PromQL (#3966) 2018-06-04 15:47:45 +02:00
fuzz.go
lex.go
lex_test.go
parse.go
parse_test.go
printer.go
printer_test.go
promql_test.go
quantile.go promql: fix unconvert issues (#4040) 2018-06-06 18:20:38 +01:00
test.go Handle a bunch of unchecked errors (#4461) 2018-08-17 17:24:35 +02:00
value.go