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 2c19316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/monitoring-usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ 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::
the last five minutes, ending at the start of your current minute, as follows::

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

0 comments on commit 2c19316

Please sign in to comment.