From 9558b9b54bd3d0cb1d63b9084f8cbcda6b0d72fb Mon Sep 17 00:00:00 2001 From: Ted Robertson <10043369+tredondo@users.noreply.github.com> Date: Wed, 27 Apr 2022 13:31:01 +0400 Subject: [PATCH] Examples: explain what the duration in brackets means (#10589) Signed-off-by: Ted Robertson <10043369+tredondo@users.noreply.github.com> --- docs/querying/examples.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/querying/examples.md b/docs/querying/examples.md index 28fa49fe9..a4fd373bf 100644 --- a/docs/querying/examples.md +++ b/docs/querying/examples.md @@ -17,8 +17,8 @@ Return all time series with the metric `http_requests_total` and the given http_requests_total{job="apiserver", handler="/api/comments"} -Return a whole range of time (in this case 5 minutes) for the same vector, -making it a range vector: +Return a whole range of time (in this case 5 minutes up to the query time) +for the same vector, making it a [range vector](../basics/#range-vector-selectors): http_requests_total{job="apiserver", handler="/api/comments"}[5m]