We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a0e492 commit 4e8afa8Copy full SHA for 4e8afa8
docs/monitoring-usage.rst
@@ -249,8 +249,8 @@ more useful to retrieve time series data in the form of a
249
single time series. For this, you must have :mod:`pandas` installed;
250
it is not a required dependency of ``google-cloud-python``.
251
252
-You can display CPU utilization across your GCE instances during
253
-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::
254
255
>>> METRIC = 'compute.googleapis.com/instance/cpu/utilization'
256
>>> query = client.query(METRIC, minutes=5)
0 commit comments