You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This section contains samples for [Google Compute Engine](https://cloud.google.com/compute).
4
+
5
+
## Running the samples
6
+
7
+
1. Your environment must be setup with [authentication
8
+
information](https://developers.google.com/identity/protocols/application-default-credentials#howtheywork). *Note* that Cloud Monitoring does not currently work
9
+
with `gcloud auth`. You will need to use a *service account* when running
10
+
locally and set the `GOOGLE_APPLICATION_CREDENTIALS` environment variable.
2. Install dependencies from the top-level [`requirements.txt`](../requirements.txt):
15
+
16
+
$ pip install -r requirements.txt
17
+
18
+
3. Depending on the sample, you may also need to create resources on the [Google Developers Console](https://console.developers.google.com). Refer to the sample description and associated documentation page.
19
+
20
+
## Additional resources
21
+
22
+
For more information on Compute Engine you can visit:
23
+
24
+
> https://cloud.google.com/compute
25
+
26
+
For more information on the Cloud Monitoring API Python library surface you
0 commit comments