1
0
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:
asymmetric 2025-02-04 12:34:59 +01:00 committed by GitHub
parent 23b8dfb357
commit 96f31e370b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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:
```