Skip to content

Commit 938ac21

Browse files
authored
Merge pull request #2461 from waprin/clarify_query
Clarify docs on last 5 minutes query
2 parents 5a0e492 + 4e8afa8 commit 938ac21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/monitoring-usage.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,8 +249,8 @@ more useful to retrieve time series data in the form of a
249249
single time series. For this, you must have :mod:`pandas` installed;
250250
it is not a required dependency of ``google-cloud-python``.
251251

252-
You can display CPU utilization across your GCE instances during
253-
the last five minutes as follows::
252+
You can display CPU utilization across your GCE instances over a five minute duration ending at
253+
the start of the current minute as follows::
254254

255255
>>> METRIC = 'compute.googleapis.com/instance/cpu/utilization'
256256
>>> query = client.query(METRIC, minutes=5)

0 commit comments

Comments
 (0)