mirror of
https://github.com/prometheus/prometheus.git
synced 2025-01-13 06:47:28 -08:00
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"}
|
http_requests_total{job="apiserver", handler="/api/comments"}
|
||||||
|
|
||||||
Return a whole range of time (in this case 5 minutes) for the same vector,
|
Return a whole range of time (in this case 5 minutes up to the query time)
|
||||||
making it a range vector:
|
for the same vector, making it a [range vector](../basics/#range-vector-selectors):
|
||||||
|
|
||||||
http_requests_total{job="apiserver", handler="/api/comments"}[5m]
|
http_requests_total{job="apiserver", handler="/api/comments"}[5m]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue