April 2026
Intermediate
491 pages
18h 4m
English
The distributed tracing pattern enables you to trace requests in distributed systems across different services. This pattern creates transparency, enables performance to be analyzed, and improves fault diagnosis.
As the name suggests, distributed applications are run across multiple systems. A client’s request is not answered by just one service, as in a classic client-server architecture, but instead passes through a possibly complex network of services that work together to process the request. In a microservice architecture, each of these individual services is also developed and scaled independently, which makes the execution environment even more dynamic. With the classic ...
Read now
Unlock full access