prometheus/promql
Julius Volz b7b6717438 Separate query interface out of local.Storage.
PromQL only requires a much narrower interface than local.Storage in
order to run queries. Narrower interfaces are easier to replace and
test, too.

We could also change the web interface to use local.Querier, except that
we'll probably use appending functions from there in the future.
2016-06-23 15:14:38 +02:00
..
fuzz-data Fuzzing corpus for ParseMetric. 2016-04-29 22:50:24 +02:00
testdata promql: add power binary operation 2016-06-22 23:34:46 -04:00
analyzer.go Separate query interface out of local.Storage. 2016-06-23 15:14:38 +02:00
ast.go remove keeping_extra because it's replaced with keep_common 2016-05-27 00:02:04 +07:00
bench.go
engine.go Separate query interface out of local.Storage. 2016-06-23 15:14:38 +02:00
engine_test.go Add missing license headers 2016-04-13 16:08:22 +02:00
functions.go effect -> affect 2016-05-12 15:14:48 +01:00
functions_test.go
fuzz.go Updates fuzzers to discard less interesting data 2016-05-10 11:46:03 +02:00
lex.go promql: add power binary operation 2016-06-22 23:34:46 -04:00
lex_test.go promql: add power binary operation 2016-06-22 23:34:46 -04:00
parse.go promql: add power binary operation 2016-06-22 23:34:46 -04:00
parse_test.go remove keeping_extra because it's replaced with keep_common 2016-05-27 00:02:04 +07:00
printer.go promql: fix printing annotations of an *AlertStmt 2016-06-16 17:43:54 +03:00
printer_test.go promql: fix printing annotations of an *AlertStmt 2016-06-16 17:43:54 +03:00
promql_test.go
quantile.go
test.go Merge pull request #1485 from eliothedeman/master 2016-03-28 20:53:01 +01:00