Skip to content

Commit

Permalink
Merge branch 'otpl-auth-sample' of github.com:damemi/opentelemetry-op…
Browse files Browse the repository at this point in the history
…erations-java into otpl-auth-sample
  • Loading branch information
damemi committed Mar 7, 2024
2 parents b82d0e1 + b0d71e6 commit 33eeb4e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion examples/otlptrace/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,8 @@ Next, update [`build.gradle`](build.grade) to set the following:
'-Dotel.exporter.otlp.headers=X-Goog-User-Project=<YOUR_QUOTA_PROJECT>',
```

Finally, run `gradle run` to run the sample.
Finally, to run the sample from the project root:

```
cd examples/otlptrace && gradle run
```

0 comments on commit 33eeb4e

Please sign in to comment.