Examples: explain what the duration in brackets means (#10589)

Signed-off-by: Ted Robertson <10043369+tredondo@users.noreply.github.com>
This commit is contained in:
Ted Robertson 2022-04-27 13:31:01 +04:00 committed by GitHub
parent 74e5b596da
commit 9558b9b54b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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]