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 package
Run the demo:
docker-compose up
Open 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
.