prometheus/rules/ast
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.go Replace labelsToKey() with metric Fingerprint (fixes grouping bug). 2015-02-21 17:45:47 +01:00
functions.go Add the histogram_quantile function. 2015-02-22 01:04:51 +01:00
functions_test.go
printer.go
quantile.go Add the histogram_quantile function. 2015-02-22 01:04:51 +01:00
query_analyzer.go Lower-case some package-internal names. 2015-02-18 02:45:54 +01:00
walk.go Lower-case some package-internal names. 2015-02-18 02:45:54 +01:00