mirror of
https://github.com/prometheus/prometheus.git
synced 2025-02-06 10:02:45 +00:00
doc: clarify rate
values are averaged (#14045)
* doc: clarify `rate` values are averaged Signed-off-by: asymmetric <101816+asymmetric@users.noreply.github.com> Co-authored-by: Björn Rabenstein <github@rabenste.in>
This commit is contained in:
parent
23b8dfb357
commit
96f31e370b
@ -666,7 +666,7 @@ resets due to target restarts) are automatically adjusted for. Also, the
|
||||
calculation extrapolates to the ends of the time range, allowing for missed
|
||||
scrapes or imperfect alignment of scrape cycles with the range's time period.
|
||||
|
||||
The following example expression returns the per-second rate of HTTP requests as measured
|
||||
The following example expression returns the per-second average rate of HTTP requests
|
||||
over the last 5 minutes, per time series in the range vector:
|
||||
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user