Spring Boot Open Telemetry Demo Local run from IDEA Start containers docker-compose --file docker/docker-compose-base.yml --project-name="spring-boot-open-telemetry-demo" up -d UI links Jaeger UI Kafka UI Start applications ./gradlew spring-boot-2-demo-app:bootRun ./gradlew spring-boot-3-demo-app:bootRun Make http request curl http://localhost:8090/current-time curl http://localhost:8080/current-time Other endpoints Swagger UI SB2 Prometheus metrics SB2 Health SB2 Run in Docker Build images ./gradlew dockerBuildImage Run via Compose docker-compose --file docker/docker-compose-full.yml --project-name="spring-boot-open-telemetry-demo" up -d UI links Jaeger UI Kafka UI How to stop docker-compose --project-name="spring-boot-open-telemetry-demo" down