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
In case you do not want to spin up your own GKE cluster, but still want telemetry to be published to Google Cloud, you can run the example in a docker container.
59
+
60
+
A convenience script has been provided which will run the example in a docker container.
61
+
62
+
From the root of the repository,
63
+
```shell
64
+
cd examples/autoinstrument && ./run_in_docker.sh
65
+
```
66
+
You can now interact with the sample spring example on **localhost:8080**. The metrics and traces from this example can be viewed in Google Cloud Console.
0 commit comments