Understanding Distributed Tracing
Introduction
In today’s world, applications use complex structures because a large number of microservices are deployed. As a result, it can be difficult to troubleshoot problems that may arise in the processing of a request if we are not familiar with the code or the internal structure of the application or with the microservice in which the problem is located. Microservices may contain hundreds…