Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion site/docs/lab1/instrument.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ Complete the following steps:

If you're not familiar with Java, the `-javaagent:` argument tells the Java process to attach an agent when the program starts. Agents are other Java programs which can interact and inspect the program that's running.

1. Now, start the application again by opening a new terminal (**Terminal -> New Terminal**) and typing:
1. If the rolldice app is still running from the previous lab, then stop it. Start the application again, with the OpenTelemetry Java agent attached, by opening a new terminal (**Terminal -> New Terminal**) and typing:

```shell
cd persisted/rolldice
Expand Down
Loading