prometheus/promql
Julius Volz 5e2d1c1464 Deprecate `keeping_extra`, rename it to `keep_common`.
`keep_common` is more in line with the function name
`drop_common_labels()` terminology-wise, and also more in line with
`group_left`/`group_right` (no `...ing` verb suffix).

We could also go the full way and call it `keep_common_labels`. That
would have the benefit of being even more consistent with the function
`drop_common_labels()` and would be more explanatory, but it also seems
quite long.
2015-06-12 14:21:05 +02:00
..
testdata Deprecate `keeping_extra`, rename it to `keep_common`. 2015-06-12 14:21:05 +02:00
analyzer.go Weed out all the [Gg]et* method names. 2015-05-20 19:13:06 +02:00
ast.go promql: remove DotGraph methods from nodes. 2015-06-12 09:48:14 +02:00
engine.go promql: fix missing metric in range results. 2015-06-11 23:50:53 +02:00
engine_test.go Limit maximum number of concurrent queries. 2015-05-06 11:34:17 +02:00
functions.go Add increase() function, to replace delta(..., 1). 2015-05-26 22:49:21 +01:00
lex.go Deprecate `keeping_extra`, rename it to `keep_common`. 2015-06-12 14:21:05 +02:00
lex_test.go Deprecate `keeping_extra`, rename it to `keep_common`. 2015-06-12 14:21:05 +02:00
parse.go Deprecate `keeping_extra`, rename it to `keep_common`. 2015-06-12 14:21:05 +02:00
parse_test.go Deprecate `keeping_extra`, rename it to `keep_common`. 2015-06-12 14:21:05 +02:00
printer.go Deprecate `keeping_extra`, rename it to `keep_common`. 2015-06-12 14:21:05 +02:00
printer_test.go Deprecate `keeping_extra`, rename it to `keep_common`. 2015-06-12 14:21:05 +02:00
promql_test.go Migrate matrix tests, remove old test files. 2015-05-18 17:50:12 +02:00
quantile.go Add increase() function, to replace delta(..., 1). 2015-05-26 22:49:21 +01:00
test.go promql: expose storage and query engine for tests 2015-06-04 19:00:22 +02:00