From cf9e93403651e792a858f4134dd60cc3490f54e0 Mon Sep 17 00:00:00 2001 From: Ted Robertson <10043369+tredondo@users.noreply.github.com> Date: Tue, 16 Jan 2024 06:13:52 -0500 Subject: [PATCH] Examples: link to `rate` for new users (#10535) * Examples: link to `rate` for new users Signed-off-by: Ted Robertson 10043369+tredondo@users.noreply.github.com Co-authored-by: Bryan Boreham --- docs/querying/examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/querying/examples.md b/docs/querying/examples.md index a4fd373bf..957c2f5f9 100644 --- a/docs/querying/examples.md +++ b/docs/querying/examples.md @@ -39,7 +39,7 @@ To select all HTTP status codes except 4xx ones, you could run: ## Subquery -Return the 5-minute rate of the `http_requests_total` metric for the past 30 minutes, with a resolution of 1 minute. +Return the 5-minute [rate](./functions.md#rate) of the `http_requests_total` metric for the past 30 minutes, with a resolution of 1 minute. rate(http_requests_total[5m])[30m:1m]