Traces
A trace represents the entire lifecycle of a single request, from its entry point in the application to its exit, encompassing all interactions across different services. Each trace is composed of spans, which are individual steps or operations within that trace. This structure enables a detailed breakdown of how a request flows through the system, where time is spent, and where potential issues may occur.
-
List of traces
-
Description of traces
-
Service Stack
The service stack is a layered structure where each service is responsible for a specific part of the application's overall function. This modular approach allows different services to specialize in particular tasks (e.g., user authentication, data processing, inventory management), improving the system’s maintainability, scalability, and resilience.