Add docs for rate() and update delta() docs.

This commit is contained in:
Alexander Zobnin
2017-06-26 11:33:44 +03:00
parent d6b36772b6
commit f031f48941

View File

@@ -34,8 +34,15 @@ scale(0.01)
``` ```
delta() delta()
``` ```
Convert absolute values to delta, for example, bits to bits/sec. Converts absolute values to delta. This function just calculate difference between values. For the per-second
calculation use `rate()`.
### rate
```
rate()
```
Calculates the per-second rate of increase of the time series. Resistant to counter reset. Suitable for converting of
growing counters into the per-sercond rate.
Aggregate Aggregate
--------- ---------