cd podman
podman compose -f otel-compose.yml upThen you can execute the two applications on their respective directories with
- springboot-demo (8080 port)
cd springboot-demo
mvn spring-boot:run- springboot-client-demo (8081 port)
cd springboot-client-demo
mvn spring-boot:runCPU load test
curl http://localhost:8080/fibo\?n\=45Log test
curl http://localhost:8080/logTrace test
curl http://localhost:8081/trace-demo