VictoriaMetrics/app/vmselect/promql
Aliaksandr Valialkin 913f888d0c app/vmselect/promql: properly handle {__name__ op "string"} queries
This has been broken in 7294ef333ad26f4f6578b783e97649e58b1f8945 .
2019-06-07 02:02:09 +03:00
..
aggr.go app/vmselect/promql: return the correct time series from quantile 2019-06-06 17:33:53 +03:00
aggr_test.go all: open-sourcing single-node version 2019-05-23 00:18:06 +03:00
arch_amd64.go all: open-sourcing single-node version 2019-05-23 00:18:06 +03:00
arch_arm.go all: open-sourcing single-node version 2019-05-23 00:18:06 +03:00
binary_op.go all: open-sourcing single-node version 2019-05-23 00:18:06 +03:00
binary_op_test.go all: open-sourcing single-node version 2019-05-23 00:18:06 +03:00
eval.go all: fix misspellings 2019-05-25 21:51:24 +03:00
exec.go app/vmselect: log slow queries if their execution time exceeds -search.logSlowQueryDuration 2019-05-24 16:14:46 +03:00
exec_test.go app/vmselect/promql: add alias(q, name) function that sets the given name to all the time series in q 2019-05-24 02:42:10 +03:00
lexer.go app/vmselect/promql: allow escaping identifiers with \ and \xXX 2019-05-31 17:35:54 +03:00
lexer_test.go app/vmselect/promql: allow escaping identifiers with \ and \xXX 2019-05-31 17:35:54 +03:00
parser.go app/vmselect/promql: properly handle {__name__ op "string"} queries 2019-06-07 02:02:09 +03:00
parser_test.go app/vmselect/promql: properly handle {__name__ op "string"} queries 2019-06-07 02:02:09 +03:00
regexp_cache.go app/vmselect/promql: add label_transform(q, label, regexp, replacement) function for replacing all the occurences of regexp with replacement in the given label for q 2019-05-23 16:26:07 +03:00
rollup.go all: open-sourcing single-node version 2019-05-23 00:18:06 +03:00
rollup_result_cache.go app/vmselect/promql: add -search.disableCache flag for disabling response caching 2019-06-04 17:30:41 +03:00
rollup_result_cache_test.go Makefile: add -s flag to go fmt in make fmt command 2019-05-25 21:44:36 +03:00
rollup_test.go all: open-sourcing single-node version 2019-05-23 00:18:06 +03:00
rollup_timing_test.go all: open-sourcing single-node version 2019-05-23 00:18:06 +03:00
timeseries.go all: open-sourcing single-node version 2019-05-23 00:18:06 +03:00
timeseries_test.go all: open-sourcing single-node version 2019-05-23 00:18:06 +03:00
transform.go app/vmselect/promql: add label_transform(q, label, regexp, replacement) function for replacing all the occurences of regexp with replacement in the given label for q 2019-05-23 16:26:07 +03:00