File tree Expand file tree Collapse file tree
examples/instrumentation-quickstart Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,14 +27,13 @@ following roles to run the example:
2727### Cloud Shell or GCE
2828
2929``` sh
30- git clone https://github.com/GoogleCloudPlatform/java-docs-samples .git
31- cd java-docs-samples/opentelemetry/spring-boot- instrumentation/
30+ git clone https://github.com/GoogleCloudPlatform/opentelemetry-operations-java .git
31+ cd opentelemetry-operations-java/examples/ instrumentation-quickstart
3232docker compose up --abort-on-container-exit
3333```
3434
3535### Locally with Application Default Credentials
3636
37-
3837First Create local credentials by running the following command and following the
3938oauth2 flow (read more about the command [ here] [ auth_command ] ):
4039
@@ -51,8 +50,8 @@ Learn more at [Setting Up Authentication for Server to Server Production Applica
5150Then run the example:
5251
5352``` sh
54- git clone https://github.com/GoogleCloudPlatform/java-docs-samples .git
55- cd java-docs-samples/opentelemetry/spring-boot- instrumentation/
53+ git clone https://github.com/GoogleCloudPlatform/opentelemetry-operations-java .git
54+ cd opentelemetry-operations-java/examples/ instrumentation-quickstart
5655
5756# Lets collector read mounted config
5857export USERID=" $( id -u) "
You can’t perform that action at this time.
0 commit comments