The Prometheus monitoring system and time series database.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Tobias Guggenmos 53615412b4 PromQL: Parse Metrics using generated parser (#6466) 5 years ago
..
fuzz-data
testdata
ast.go PromQL: Reduce Code duplication in AST traversion (#6362) 5 years ago
bench_test.go Add Benchmark for the PromQL Parser (#6355) 5 years ago
engine.go Return unused point slice to pool in Call and VectorSelector eval. (#6427) 5 years ago
engine_test.go Pushdown aggregator group by through read hint (#6401) 5 years ago
functions.go PromQL: export function list (#6434) 5 years ago
functions_test.go Refactor testutil.NewStorage into a new package 5 years ago
fuzz.go fix fuzz targets (#5851) 5 years ago
generated_parser.y PromQL: Parse Metrics using generated parser (#6466) 5 years ago
generated_parser.y.go PromQL: Parse Metrics using generated parser (#6466) 5 years ago
lex.go PromQL: export lexer (#6435) 5 years ago
lex_test.go PromQL: export lexer (#6435) 5 years ago
parse.go PromQL: Parse Metrics using generated parser (#6466) 5 years ago
parse_test.go PromQL: Parse label sets using the generated parser (#6432) 5 years ago
printer.go fix subquery with offset conversion to string (#6373) 5 years ago
printer_test.go fix subquery with offset conversion to string (#6373) 5 years ago
promql_test.go promql: Move tests to testutil (#6103) 5 years ago
quantile.go func name ref correct "qauntile" -> "quantile" (#5834) 5 years ago
query_logger.go Merge the 2.13 release branch (#6169) 5 years ago
query_logger_test.go Merge the 2.13 release branch (#6169) 5 years ago
test.go Third correction (#6012) 5 years ago
test_test.go
value.go