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.
prometheus/promql
Fabian Reinartz c60e3387ef
promql: fix lexing of \r as whitespaces
10 years ago
..
testdata Add increase() function, to replace delta(..., 1). 10 years ago
analyzer.go Weed out all the [Gg]et* method names. 10 years ago
ast.go Refactor query evaluation. 10 years ago
engine.go Move pkg/ to util/ 10 years ago
engine_test.go Limit maximum number of concurrent queries. 10 years ago
functions.go Add increase() function, to replace delta(..., 1). 10 years ago
lex.go promql: fix lexing of \r as whitespaces 10 years ago
lex_test.go promql: fix lexing of \r as whitespaces 10 years ago
parse.go Move pkg/ to util/ 10 years ago
parse_test.go Migrate parsing error tests. 10 years ago
printer.go Move pkg/ to util/ 10 years ago
promql_test.go Migrate matrix tests, remove old test files. 10 years ago
quantile.go Add increase() function, to replace delta(..., 1). 10 years ago
test.go Move pkg/ to util/ 10 years ago