API Tracing
Understand the core concepts of API tracing using AWS X-Ray.
We'll cover the following...
What's an AWS X-Ray?
As the name suggests, Amazon X-Ray helps us see through the complete stack and look for what we need to know. One problem with microservice and serverless architecture is that the logs are scattered. As a result, tracking how different services process a particular request is challenging. AWS X-Ray makes this possible. It helps us trace a single request as it passes through different services and components of the system. ...