From f047333579067bad2bf15d2880afd7986ee29244 Mon Sep 17 00:00:00 2001 From: Megan O'Keefe <3137106+askmeegs@users.noreply.github.com> Date: Tue, 2 Jun 2020 11:57:22 -0400 Subject: [PATCH] Adds instructions to enable stackdriver APIs (#355) --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 04f3cb6..4e9657e 100644 --- a/README.md +++ b/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