This project requires jaeger
install docker and then execute below command for locally running jaeger
docker run --rm -it --network=host jaegertracing/all-in-one
Jaeger ui is available at http://localhost:16686
- run JaegerTracingApplication which will run at port 8080
- run DataSourceApp
- run FormatterApp
Now hit below GET api in browser/postman http://localhost:8080/sayHello/name
You can Observe the traces in jager ui for the sayHello call.