Demo for tech talk Distributed Tracing
The demo is composed by 4 API's: items-api
, users-api
, sellers-api
and front-api
.
You'll find each one in its own sub folder with a readme and some example requests.
The simplest way to run this demo is enter on each api and start it up as its readme indicate.
Also you have to start a zipkin
and/or a jaeger
server for saving and inspecting the generated traces.
Then just send some requests to the front-api
and go to the tracing server to inspect your traces.
A docker compose with all APIs and traces servers integrated is coming!
http 'http://localhost:9070/api/front/search?key-word=robot'
http 'http://localhost:9070/api/front/details/item/15/user/5'
http 'http://localhost:9070/api/front/parallel/details/item/15/user/5'
http 'http://localhost:9070/api/front/parallel/details/item/15/user/55'
http 'http://localhost:9070/api/front/parallel/details/item/1500/user/55'