Skip to content

Commit

Permalink
doc: clarify rate values are averaged (prometheus#14045)
Browse files Browse the repository at this point in the history
* doc: clarify `rate` values are averaged

Signed-off-by: asymmetric <[email protected]>
Co-authored-by: Björn Rabenstein <[email protected]>
  • Loading branch information
asymmetric and beorn7 authored Feb 4, 2025
1 parent 23b8dfb commit 96f31e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/querying/functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

```
Expand Down

0 comments on commit 96f31e3

Please sign in to comment.