Commit c04661bf authored by Brian Brazil's avatar Brian Brazil Committed by GitHub

Clarify that `deriv` is per-second.

parent 32d06836
......@@ -87,7 +87,7 @@ delta(cpu_temp_celsius{host="zeus"}[2h])
## `deriv()`
`deriv(v range-vector)` calculates the derivative of the time series in a range
`deriv(v range-vector)` calculates the per-second derivative of the time series in a range
vector `v`, using [simple linear regression](http://en.wikipedia.org/wiki/Simple_linear_regression).
`deriv` should only be used with gauges.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment