mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-09 23:24:05 -08:00
Fix small typo in docs (#6345)
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
This commit is contained in:
parent
ba9332972c
commit
2a190d1168
|
@ -165,7 +165,7 @@ While the following would be *incorrect*:
|
|||
|
||||
sum(http_requests_total{method="GET"}) offset 5m // INVALID.
|
||||
|
||||
The same works for range vectors. This returns the 5-minutes rate that
|
||||
The same works for range vectors. This returns the 5-minute rate that
|
||||
`http_requests_total` had a week ago:
|
||||
|
||||
rate(http_requests_total[5m] offset 1w)
|
||||
|
|
Loading…
Reference in a new issue