prometheus/rules/ast
Brian Brazil a31730e88b Make 2nd arg to delta optional. Add a deriv() function.
The 2nd isCounter argument to delta is ugly, make it optional as the first step
of deprecating it. This will makes delta only ever applied to gauges.

Add a deriv function to calculate the least squares
slope of a gauge. This is more useful for prediction than delta,
as it isn't as heavily influenced by outliers at the boundaries.
2015-01-23 14:50:27 +00:00
..
ast.go Clean up license issues. 2015-01-21 20:07:45 +01:00
functions.go Make 2nd arg to delta optional. Add a deriv() function. 2015-01-23 14:50:27 +00:00
functions_test.go Clean up license issues. 2015-01-21 20:07:45 +01:00
printer.go Clean up license issues. 2015-01-21 20:07:45 +01:00
query_analyzer.go Clean up license issues. 2015-01-21 20:07:45 +01:00
walk.go Clean up license issues. 2015-01-21 20:07:45 +01:00