Distributed tracing in microservices. Zipkin spring boot setup.

Daniel Zielinski
4 min readFeb 17, 2023

Distributed tracing is a technique used in modern software applications to help developers identify and diagnose performance issues that occur across multiple services or components. When an application consists of multiple services or components that communicate with each other over a network, it can be challenging to trace the flow of a request from one component to another and identify where performance issues are occurring. Distributed tracing provides a way to trace the path of a request across multiple services or components, making it easier…

--

--