Skip to content

Commit

Permalink
Clarify docs on last 5 minutes query
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill Prin committed Sep 28, 2016
1 parent 5a0e492 commit 4e8afa8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/monitoring-usage.rst
Expand Up @@ -249,8 +249,8 @@ more useful to retrieve time series data in the form of a
single time series. For this, you must have :mod:`pandas` installed;
it is not a required dependency of ``google-cloud-python``.

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

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

0 comments on commit 4e8afa8

Please sign in to comment.