Browse Source

Docs: Query Basics: link to rate (#10538)

Co-authored-by: Julien Pivotto <roidelapluie@o11y.eu>
pull/13411/head
Ted Robertson 10 months ago committed by GitHub
parent
commit
73bbeaafbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      docs/querying/basics.md

4
docs/querying/basics.md

@ -212,8 +212,8 @@ 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-minute rate that
`http_requests_total` had a week ago:
The same works for range vectors. This returns the 5-minute [rate](./functions.md#rate)
that `http_requests_total` had a week ago:
rate(http_requests_total[5m] offset 1w)

Loading…
Cancel
Save