All Products
Search
Document Center

Application Real-Time Monitoring Service:Query traces

Last Updated:Mar 11, 2026

When you troubleshoot slow responses or failed requests, you need to trace the full execution path of individual API calls. The Interface Snapshot tab in Application Monitoring records the creation time, duration, and status of each request as it flows through your application, so you can pinpoint where latency or errors occur.

Prerequisites

Before you begin, make sure that:

  • Your application is monitored by Application Monitoring. For more information, see Overview

Open the Interface Snapshot tab

  1. Log on to the ARMS console.

  2. In the left-side navigation pane, choose Application Monitoring > Applications.

  3. On the Applications page, select a region in the top navigation bar, then click the application name.

    Note The icon in the Language column indicates the monitoring type. A Java icon icon means the application is connected to Application Monitoring. A hyphen (-) means it is connected to Tracing Analysis.
  4. In the left-side navigation pane, click Application Details.

  5. Select an application instance, set the time period, and click the Interface Snapshot tab.

    Traces

The Interface Snapshot tab lists every API called within the application during the selected time period.

Find and inspect traces

TaskAction
Search by API nameEnter the API name in the search box and press Enter. All traces for that API are displayed.
View trace detailsClick a trace ID in the TraceId column. For more information, see Supported operations.
View related logsClick View Logs in the Actions column to open the business logs associated with that trace.

Correlate traces with business logs

You must associate trace IDs with your application's business logs to jump from an error trace directly to the relevant log entries. After you configure this association, the View Logs action links each trace to its corresponding log records, which speeds up root cause analysis.

For setup instructions, see Associate trace IDs with business logs.