You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -62,15 +62,15 @@ if you are looking for documentation on using those.
62
62
63
63
## Getting Started
64
64
65
-
Download the [latest version](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/latest/download/opentelemetry-javaagent-all.jar).
65
+
Download the [latest version](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/latest/download/opentelemetry-javaagent.jar).
66
66
67
67
This package includes the instrumentation agent as well as
68
68
instrumentations for all supported libraries and all available data exporters.
69
69
The package provides a completely automatic, out-of-the-box experience.
70
70
71
71
Enable the instrumentation agent using the `-javaagent` flag to the JVM.
@@ -83,7 +83,7 @@ Configuration parameters are passed as Java system properties (`-D` flags) or
83
83
as environment variables. See [the configuration documentation](https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/docs/agent-config.md)
84
84
for the full list of configuration items. For example:
0 commit comments