prometheus/rules
beorn7 9e7c3e3bcd Add the histogram_quantile function.
Since we are now getting really deep into floating point calculation,
the tests had to take into account the precision loss. Since the rule
tests are based on direct line matching in the output, implementing
the "almost equal" semantics was pretty cumbersome, but here we are.
2015-02-22 01:04:51 +01:00
..
ast Add the histogram_quantile function. 2015-02-22 01:04:51 +01:00
fixtures Add alertmanager notification support to Prometheus. 2013-07-30 17:23:41 +02:00
manager Fix rule manager shutdown. 2015-01-29 15:05:10 +01:00
Makefile Clean up license issues. 2015-01-21 20:07:45 +01:00
alerting.go Clean up license issues. 2015-01-21 20:07:45 +01:00
helpers.go Implement offset operator. 2015-02-18 02:41:27 +01:00
helpers_test.go Add the histogram_quantile function. 2015-02-22 01:04:51 +01:00
lexer.l Implement offset operator. 2015-02-18 02:41:27 +01:00
lexer.l.go Implement offset operator. 2015-02-18 02:41:27 +01:00
load.go Clean up license issues. 2015-01-21 20:07:45 +01:00
parser.y Implement offset operator. 2015-02-18 02:41:27 +01:00
parser.y.go Implement offset operator. 2015-02-18 02:41:27 +01:00
recording.go Clean up license issues. 2015-01-21 20:07:45 +01:00
rules.go Clean up license issues. 2015-01-21 20:07:45 +01:00
rules_test.go Add the histogram_quantile function. 2015-02-22 01:04:51 +01:00