Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiangerstein authored Oct 31, 2024
1 parent 8f43985 commit 91239d1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ At this point there is no OpenTelemetry instrumentation present. It's just a sta
To add this download the OpenTelemetry agent from GitHub with the following command. Make sure you are still in the same directory where you successfully executed the `maven` command.
```sh
wget https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/latest/download/opentelemetry-javaagent.jar
wget https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/download/v2.9.0/opentelemetry-javaagent.jar
```
This will download a `jar` file, which you need to attach to the Java process. You don't need to modify any code or dependency in your project, you can simply add it as `javaagent` parameter like this:
Expand Down Expand Up @@ -619,4 +619,4 @@ Therefore, it is crucial to find the right balance between them to create an obs
- https://www.youtube.com/watch?v=hXTlV_RnELc
- https://opentelemetry.io/docs/instrumentation/java/automatic/extensions/
- https://github.com/open-telemetry/opentelemetry-java-instrumentation/tree/main/examples/extension
-->
-->

0 comments on commit 91239d1

Please sign in to comment.