Skip to content

Commit 0d70bb1

Browse files
authored
Update instrumentation quickstart README links (#287)
1 parent 2b4f807 commit 0d70bb1

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

examples/instrumentation-quickstart/README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff 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
3232
docker compose up --abort-on-container-exit
3333
```
3434

3535
### Locally with Application Default Credentials
3636

37-
3837
First Create local credentials by running the following command and following the
3938
oauth2 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
5150
Then 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
5857
export USERID="$(id -u)"

0 commit comments

Comments
 (0)