prometheus/promql
Julien Pivotto 5f27ac3583 Refactor query log fields (#6694)
* Refactor query log fields

Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
2020-01-27 09:53:10 +00:00
..
fuzz-data
testdata PromQL: Fix string and parentheses handling in engine (#6612) 2020-01-15 18:31:58 +01:00
ast.go PromQL: Various small improvements in the parser (#6652) 2020-01-17 15:16:58 +00:00
bench_test.go
engine.go Refactor query log fields (#6694) 2020-01-27 09:53:10 +00:00
engine_test.go Refactor query log fields (#6694) 2020-01-27 09:53:10 +00:00
functions.go PromQL: Various small improvements in the parser (#6652) 2020-01-17 15:16:58 +00:00
functions_test.go
fuzz.go
generated_parser.y PromQL: Various small improvements in the parser (#6652) 2020-01-17 15:16:58 +00:00
generated_parser.y.go PromQL: Various small improvements in the parser (#6652) 2020-01-17 15:16:58 +00:00
lex.go PromQL: Use PositionRange in parser errors (#6634) 2020-01-15 20:01:49 +00:00
lex_test.go
parse.go PromQL: Various small improvements in the parser (#6652) 2020-01-17 15:16:58 +00:00
parse_test.go PromQL: Fix panic in parser (#6650) 2020-01-17 13:06:26 +00:00
printer.go PromQL: Various small improvements in the parser (#6652) 2020-01-17 15:16:58 +00:00
printer_test.go
promql_test.go
quantile.go
query_logger.go
query_logger_test.go
test.go PromQL: Use PositionRange in parser errors (#6634) 2020-01-15 20:01:49 +00:00
test_test.go
value.go