Spring Cloud Zipkin and Sleuth Example

Yatin B.Yatin B.
1 min read

Date: 2020-05-30

This tutorial demonstrates setting up Spring Cloud Zipkin and Sleuth in a Spring Boot application to trace requests across microservices. It uses Docker to run Zipkin locally and creates two interacting microservices. The tutorial walks through creating the microservices, configuring dependencies (using Maven), and setting up the application properties. Finally, it shows how to view the distributed tracing data in the Zipkin dashboard to analyze request chains and troubleshoot latency issues. The process involves running Docker commands to start Zipkin and then accessing the Zipkin UI to view traces.

Read more: https://examples.javacodegeeks.com/spring-cloud-zipkin-and-sleuth-example/

0
Subscribe to my newsletter

Read articles from Yatin B. directly inside your inbox. Subscribe to the newsletter, and don't miss out.

Written by

Yatin B.
Yatin B.