File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
javaagent-declarative-configuration Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ curl -L -o opentelemetry-javaagent.jar https://github.com/open-telemetry/opentel
2323The OpenTelemetry contrib extension will be automatically downloaded during the build process.
2424
2525** Note:** If you prefer to download the extension manually or need a different version, you can:
26- 1 . Find the latest version at [ Maven Central ] ( https://mvnrepository.com /artifact/io.opentelemetry.contrib/opentelemetry-samplers )
26+ 1 . Find the latest version at [ Sonatype ] ( https://search.maven.org /artifact/io.opentelemetry.contrib/opentelemetry-samplers )
27272 . Download it with: ` curl -L -o opentelemetry-javaagent-extension.jar https://repo1.maven.org/maven2/io/opentelemetry/contrib/opentelemetry-samplers/[VERSION]/opentelemetry-samplers-[VERSION].jar `
28283 . Reference it in the run command: ` -Dotel.javaagent.extensions=opentelemetry-javaagent-extension.jar `
2929
You can’t perform that action at this time.
0 commit comments