This is the demo for my talk OpenTelemetry for Java Developers at JCON Europe 2023.
Compile the Java code (requires Java 17):
./mvnw clean packageRun the monitoring backend:
cd docker-compose/
docker-compose upRun the hello world application:
./hello-world-app.shRun the greeting service:
# The script lets you interactively choose the example
./greeting-service.shGenerate traffic:
watch curl -s http://localhost:8080Open Grafana on http://localhost:3000. Default user is admin with password admin.