A set of small Spring Boot applications to demonstrate OpenTelemetry capabilities and nuances
If you are looking for a Spring Boot 2.7.x example with Spring Cloud Sleuth, take a look at version 0.4.1
docker-compose --file docker/docker-compose-base.yml --project-name="spring-boot-open-telemetry-demo" up -d
./gradlew spring-boot-3-demo-app-kotlin:bootRun
./gradlew spring-boot-3-demo-app:bootRun
curl http://localhost:8090/current-time
curl http://localhost:8080/current-time
./gradlew dockerBuildImage
docker-compose --file docker/docker-compose-full.yml --project-name="spring-boot-open-telemetry-demo" up -d
docker-compose --project-name="spring-boot-open-telemetry-demo" down