File tree 1 file changed +5
-3
lines changed
content/en/docs/instrumentation/java
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ service or app code, see [Manual instrumentation](../manual).
16
16
17
17
## Setup
18
18
19
- 1 . Download the [ latest release ] ( ../#releases ) . The JAR file
20
- ( ` opentelemetry-javaagent.jar ` ) contains the agent and all automatic
21
- instrumentation packages.
19
+ 1 . Download [ opentelemetry-javaagent.jar ] [ ] from [ Releases ] [ ] of the
20
+ ` opentelemetry-java-instrumentation ` repo. The JAR file contains the agent
21
+ and all automatic instrumentation packages.
22
22
2 . Place the JAR in your preferred directory and launch it with your app:
23
23
``` sh
24
24
java -javaagent:path/to/opentelemetry-javaagent.jar \
@@ -83,4 +83,6 @@ might want to [annotate](../annotations) selected methods or add [manual
83
83
instrumentation](../manual) to collect custom telemetry data.
84
84
85
85
[Agent Configuration]: https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/docs/agent-config.md
86
+ [opentelemetry-javaagent.jar]: https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/download/v1.12.0/opentelemetry-javaagent.jar
87
+ [releases]: https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases
86
88
[support]: https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/docs/supported-libraries.md
You can’t perform that action at this time.
0 commit comments