From 2c193167e99ed3d61a0949e0e9c78df4772777bb Mon Sep 17 00:00:00 2001 From: Bill Prin Date: Wed, 28 Sep 2016 13:28:58 -0700 Subject: [PATCH] Clarify docs on last 5 minutes query --- docs/monitoring-usage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/monitoring-usage.rst b/docs/monitoring-usage.rst index 7c887b114f2f..7c5da64388ad 100644 --- a/docs/monitoring-usage.rst +++ b/docs/monitoring-usage.rst @@ -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)