Adds instructions to enable stackdriver APIs (#355)
This commit is contained in:
parent
6c2b3fc83e
commit
f047333579
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
@ -309,6 +309,16 @@ by deploying the [release manifest](./release) directly to an existing cluster.
|
|||
curl -v "http://$INGRESS_HOST"
|
||||
```
|
||||
|
||||
### (Optional) Enable Cloud Operations / Stackdriver
|
||||
|
||||
Online Boutique is instrumented for [Google Cloud Operations](https://cloud.google.com/products/operations) tools including: Monitoring, Tracing, and Debugger. To enable some or all of these APIs in your Google Cloud Project, run the following commands before deploying the app to GKE:
|
||||
|
||||
```
|
||||
gcloud services enable monitoring.googleapis.com \
|
||||
cloudtrace.googleapis.com \
|
||||
clouddebugger.googleapis.com
|
||||
```
|
||||
|
||||
### Cleanup
|
||||
|
||||
If you've deployed the application with `skaffold run` command, you can run
|
||||
|
|
Loading…
Reference in a new issue