Skip to content

Commit

Permalink
corrected path
Browse files Browse the repository at this point in the history
  • Loading branch information
maeddes committed Jul 29, 2024
1 parent 5687f83 commit 891f72f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export OTEL_LOGS_EXPORTER=none
Now run the newly build jar including the agent:

```sh
java -javaagent:./opentelemetry-javaagent.jar -jar target/todobackend-0.0.1-SNAPSHOT.jar
java -javaagent:./opentelemetry-javaagent.jar -jar target/todobackend-automatic-0.0.1-SNAPSHOT.jar
```

Let this process run in it's terminal window and switch to a new one.
Expand Down Expand Up @@ -192,7 +192,7 @@ mvn clean package
Run the newly build jar file:

```sh
java -javaagent:./opentelemetry-javaagent.jar -jar target/todobackend-0.0.1-SNAPSHOT.jar
java -javaagent:./opentelemetry-javaagent.jar -jar target/todobackend-automatic-0.0.1-SNAPSHOT.jar
```

After it has come up, switch to another terminal window and generate some more load as you did before:
Expand Down

0 comments on commit 891f72f

Please sign in to comment.