cd podman
podman compose -f otel-compose.yml up
Then 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:run
CPU load test
curl http://localhost:8080/fibo\?n\=45
Log test
curl http://localhost:8080/log
Trace test
curl http://localhost:8081/trace-demo