prometheus/promql
Brian Brazil 9d0112d7cf Add without aggregator modifier.
This has the advantage that the user doesn't need
to list all labels they want to keep (as with "by")
but without having to worry about inconsistent labels
as when there's only one time series (as with "keeping_common").

Almost all aggregation should use this rather than the existing
two options as it's much less error prone and easier to maintain
due to not having to always add in "job" plus whatever other common
job-level labels you have like "region".
2016-02-08 14:05:33 +00:00
..
testdata Add without aggregator modifier. 2016-02-08 14:05:33 +00:00
analyzer.go Fix grouping of import blocks 2015-08-22 09:42:45 +02:00
ast.go Add without aggregator modifier. 2016-02-08 14:05:33 +00:00
engine.go Add without aggregator modifier. 2016-02-08 14:05:33 +00:00
engine_test.go promql: Reduce flakiness of concurrency test 2015-09-23 10:07:30 +01:00
functions.go promql: Limit extrapolation of delta/rate/increase 2016-01-08 15:32:43 +01:00
lex.go Add without aggregator modifier. 2016-02-08 14:05:33 +00:00
lex_test.go Add without aggregator modifier. 2016-02-08 14:05:33 +00:00
parse.go Add without aggregator modifier. 2016-02-08 14:05:33 +00:00
parse_test.go Add without aggregator modifier. 2016-02-08 14:05:33 +00:00
printer.go Add without aggregator modifier. 2016-02-08 14:05:33 +00:00
printer_test.go Add without aggregator modifier. 2016-02-08 14:05:33 +00:00
promql_test.go Fix most golint warnings. 2015-08-26 12:44:46 +02:00
quantile.go Switch promql types to common/model 2015-08-25 13:49:14 +02:00
test.go Unify duration parsing 2016-01-29 15:41:50 +01:00