| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 5a0e492 commit 2c19316
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -250,7 +250,7 @@ single time series. For this, you must have :mod:`pandas` installed; | |||
| 250 | 250 | it is not a required dependency of ``google-cloud-python``. | |
| 251 | 251 | ||
| 252 | 252 | You can display CPU utilization across your GCE instances during | |
| 253 | - the last five minutes as follows:: | ||
| 253 | + the last five minutes, ending at the start of your current minute, as follows:: | ||
| 254 | 254 | ||
| 255 | 255 | >>> METRIC = 'compute.googleapis.com/instance/cpu/utilization' | |
| 256 | 256 | >>> query = client.query(METRIC, minutes=5) | |
| Back | FazBrowse Home | New Git URL |
0 commit comments