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:
parent
74e5b596da
commit
9558b9b54b
|
@ -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]
|
||||
|
||||
|
|
Loading…
Reference in New Issue