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
Brian Brazil 296f551418
Merge pull request #1014 from prometheus/scalar-rules
9 years ago
..
testdata Implement label_replace() 9 years ago
analyzer.go Merge pull request #810 from prometheus/fabxc/lmatch 10 years ago
ast.go Merge pull request #843 from prometheus/fabxc/runbook 10 years ago
engine.go Log runtime errors during query evaluation instead of panicking. 9 years ago
engine_test.go Log runtime errors during query evaluation instead of panicking. 9 years ago
functions.go Implement label_replace() 9 years ago
lex.go Fix lexer bug treating non-Latin Unicode digits as digits. 9 years ago
lex_test.go Fix lexer bug treating non-Latin Unicode digits as digits. 9 years ago
parse.go rules: Allow recorded rules expressions to be scalars. 9 years ago
parse_test.go Merge pull request #1014 from prometheus/scalar-rules 9 years ago
printer.go Deprecate `keeping_extra`, rename it to `keep_common`. 10 years ago
printer_test.go Deprecate `keeping_extra`, rename it to `keep_common`. 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 promql: Test errors aren't always ParseErr 9 years ago