prometheus/promql
Bryan Boreham 9a956872a3 Make ErrorStorage a concrete type not an interface
Since it is used in a type assertion, having it as an alias to the
error interface is the same as saying 'error', i.e. it succeeds for
all types of error.  Change to a struct which is a concrete type and
the type assertion will only succeed if the type is identical.

Signed-off-by: Bryan Boreham <bjboreham@gmail.com>
2018-10-04 13:13:41 +00:00
..
fuzz-data textparse: Add fuzzing and fix bug caught 2017-07-07 11:12:17 +02:00
testdata Change max/min over_time to handle NaNs properly (#4386) 2018-09-26 08:58:16 +01:00
ast.go Bubble up errors to promql from populating iterators (#4136) 2018-06-07 17:27:34 +01:00
bench_test.go WIP: keep track of samples per query, set a max # of samples (#4513) 2018-10-02 12:59:19 +01:00
engine.go Make ErrorStorage a concrete type not an interface 2018-10-04 13:13:41 +00:00
engine_test.go Make ErrorStorage a concrete type not an interface 2018-10-04 13:13:41 +00:00
functions.go Change max/min over_time to handle NaNs properly (#4386) 2018-09-26 08:58:16 +01:00
functions_test.go WIP: keep track of samples per query, set a max # of samples (#4513) 2018-10-02 12:59:19 +01:00
fuzz.go textparse: Add fuzzing and fix bug caught 2017-07-07 11:12:17 +02:00
lex.go [bugfix] Parse negative value in PromQL (#4564) 2018-09-13 09:08:01 +01:00
lex_test.go [bugfix] Parse negative value in PromQL (#4564) 2018-09-13 09:08:01 +01:00
parse.go [bugfix] Parse negative value in PromQL (#4564) 2018-09-13 09:08:01 +01:00
parse_test.go [bugfix] Parse negative value in PromQL (#4564) 2018-09-13 09:08:01 +01:00
printer.go promql: Make printer formatting less vintage (#3721) 2018-01-22 11:14:59 +01:00
printer_test.go promql: Make printer formatting less vintage (#3721) 2018-01-22 11:14:59 +01:00
promql_test.go
quantile.go promql: fix unconvert issues (#4040) 2018-06-06 18:20:38 +01:00
test.go WIP: keep track of samples per query, set a max # of samples (#4513) 2018-10-02 12:59:19 +01:00
value.go WIP: keep track of samples per query, set a max # of samples (#4513) 2018-10-02 12:59:19 +01:00