Commit 7aa30919 authored by Julius Volz's avatar Julius Volz

Merge pull request #103 from prometheus/increase-improvements

Fix run-on sentence, improve increase() doc wording.
parents c02fd856 3252b2e9
......@@ -162,9 +162,9 @@ over the last 5 minutes, per time series in the range vector:
increase(http_requests_total{job="api-server"}[5m])
```
`increase` should only be used with counters. `increase` should be used
primarily for human readability, use `rate` for rules so that everything is
consistently per-second.
`increase` should only be used with counters. It should be used primarily for
human readability. Use `rate` in recording rules so that increases are tracked
consistently on a per-second basis.
## `ln()`
......
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