Spring Cloud Sleuth and Zipkin
This tutorial will teach you how to use Spring Cloud Sleuth with Zipkin to trace HTTP requests across your Microservices. Using Spring Cloud Sleuth and Zipkin, you can aggregate in one place the information about HTTP requests that your Microservices sent and the time it took for the HTTP Request to complete. This will help…
Read More Spring Cloud Sleuth and Zipkin