macOS xterm-256color bash 177 views

This recording will show you how you can quickly instrument a Java application using the OpenTelemetry Java Agent.

It uses the example application and instructions from https://opentelemetry.io/docs/languages/java/getting-started/

If you’d like to try it for yourself, you can download the Java agent and run it with your app:

curl -L -O https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/latest/download/opentelemetry-javaagent.jar
java -javaagent:opentelemetry-javaagent.jar your.jar