prometheus/promql
Brian Brazil e6a67476c2 rules: Allow recorded rules expressions to be scalars.
This is useful if you want to build up a constant metric,
such as a set of alert thresholds that vary by label value.
2015-08-19 21:09:00 +01:00
..
testdata Implement label_replace() 2015-08-18 14:20:07 +02:00
analyzer.go
ast.go Merge pull request #843 from prometheus/fabxc/runbook 2015-06-25 14:07:45 +02:00
engine.go Implement label_replace() 2015-08-18 14:20:07 +02:00
engine_test.go Remove multi-statement queries 2015-08-10 14:26:20 +02:00
functions.go Implement label_replace() 2015-08-18 14:20:07 +02:00
lex.go Fix lexer bug treating non-Latin Unicode digits as digits. 2015-07-29 02:11:13 +02:00
lex_test.go Fix lexer bug treating non-Latin Unicode digits as digits. 2015-07-29 02:11:13 +02:00
parse.go rules: Allow recorded rules expressions to be scalars. 2015-08-19 21:09:00 +01:00
parse_test.go rules: Allow recorded rules expressions to be scalars. 2015-08-19 21:09:00 +01:00
printer.go
printer_test.go
promql_test.go
quantile.go
test.go promql: Test errors aren't always ParseErr 2015-08-02 23:26:21 +01:00