Skip to content

Commit 753ce9f

Browse files
author
Bill Prin
committed
supriya
1 parent 2c19316 commit 753ce9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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, ending at the start of your current minute, as follows::
253+
the last five minutes, ending at 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)