prometheus/retrieval
Brian Brazil f34de493d5 Add increase() function, to replace delta(..., 1).
This calculates how much a counter increases over
a given period of time, which is the area under the curve
of it's rate.

increase(x[5m]) is equivilent to rate(x[5m]) * 300.
2015-05-26 22:49:21 +01:00
..
discovery Fix file SD test 2015-05-23 21:20:39 +02:00
helpers_test.go Make target manager source based. 2015-04-24 15:49:35 +02:00
relabel.go Switch config to YAML format. 2015-05-07 16:52:14 +02:00
relabel_test.go Switch config to YAML format. 2015-05-07 16:52:14 +02:00
target.go Switch Prometheus to use github.com/prometheus/log. 2015-05-20 18:19:32 +02:00
target_test.go Increase target test wait times 2015-05-19 12:06:52 +02:00
targetmanager.go Add increase() function, to replace delta(..., 1). 2015-05-26 22:49:21 +01:00
targetmanager_test.go Add increase() function, to replace delta(..., 1). 2015-05-26 22:49:21 +01:00