About the Traces app

Note

The Traces app is now available in beta release. You can expect frequent releases as new features are introduced as well as provide feedback as a customer during feature development.

From high-level overviews to granular insights into individual operations, the Traces app provides an interactive visualization of data flows in your system. It can help you analyze how different and fragmented data points can be seamlessly consolidated together, so you can better understand the performance of your services.

Traces main screen

Filter data Copied

  1. To filter data, click the dropdown menus and select a value for the following:

Note

You can also search for a specific Trace ID by using the Lookup by trace ID search bar at the top of the screen.
  1. Toggle the Highlight errors switch to highlight errors in the UI.

The UI will refresh to reflect your selected options.

Review timeline Copied

The Timeline chart provides a chronological overview of your trace data. Use this section to visualize the flow of events and quickly spot anomalies or performance trends over time.

Review aggregated data Copied

Get a high-level summary of your system’s performance. The Aggregates section provides a consolidated view of errors and latency across different services and namespaces.

Review sample traces Copied

For a deeper dive into individual trace details, the Sample traces section provides specific instances of your data flows.

  1. In the Sample traces section, locate the trace you want to inspect.
  2. Click View trace for the specific trace.

The UI transitions to a detailed view for the trace, where you can switch between the Timeline and Graph tabs.

Timeline view Copied

The Timeline view provides a chronological breakdown, presenting the trace as a series of sequential operations (spans). Each row represents a distinct span.

With this view, you can quickly identify operations that consume the most time within the overall trace.

Timeline view

Graph view Copied

The Graph view displays the trace in a typology, illustrating the dependencies and flow between different operations (spans). Each circle or node in the graph represents an operation (span).

This view helps in tracing the path of a request through various services and understanding the order in which they are called.

Graph view

["ITRS Analytics"] ["ITRS Analytics > Traces"] ["User Guide"]

Was this topic helpful?