Implementing Spring Cloud Sleuth and Zipkin

Spring Cloud Sleuth provides features to uniquely trace a service call across different microservice components. Zipkin is a distributed tracing system that's used to gather data needed to troubleshoot latency issues in microservices. We will be implementing a combination of Spring Cloud Sleuth and Zipkin to implement Distributed Tracing.

The following are the steps involved:

  1. Integrate Microservice A, API Gateway, and the service consumer with Spring Cloud Sleuth.
  2. Set up Zipkin Distributed Tracing Server.
  3. Integrate Microservice A, API Gateway, and the service consumer with Zipkin.
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset