This is the demo for my talk Application Monitoring with Grafana and OpenTelemetry at JavaZone 2023.
Compile the Java code (requires Java 17):
./mvnw clean packageRun the demo:
docker-compose upOpen Grafana on http://localhost:3000. Default user is admin with password admin.
Note: If you have Mac or Windows, you might need to replace localhost with host.docker.internal.