FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Clarify docs on last 5 minutes query · googleapis/google-cloud-python@2c19316 · GitHub

Commit 2c19316

Browse files
Bill Prin
committed
Clarify docs on last 5 minutes query
1 parent 5a0e492 commit 2c19316

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎docs/monitoring-usage.rst‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ single time series. For this, you must have :mod:`pandas` installed;
250250
it is not a required dependency of ``google-cloud-python``.
251251

252252
You can display CPU utilization across your GCE instances during
253-
the last five minutes as follows::
253+
the last five minutes, ending at the start of your 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)

Back | FazBrowse Home | New Git URL