All Products
Search
Document Center

Managed Service for OpenTelemetry:Exception analysis

Last Updated:Mar 11, 2026

When applications produce a high volume of errors, pinpointing which exceptions need immediate attention is difficult. The exception analysis feature of Application Real-Time Monitoring Service (ARMS) helps you recognize and diagnose system exceptions or data errors, surfaces frequency trends, and provides stack-level detail. This helps you prioritize and resolve the issues that affect your system most.

With exception analysis, you can:

  • Filter exceptions by name, operation, application, or instance to isolate root causes.

  • Visualize exception frequency through stacked trend charts and compare data across time periods.

  • Drill into individual exceptions to inspect stack traces and distribution across operations and instances.

Open the exception analysis page

  1. Log on to the Managed Service for OpenTelemetry console.

  2. In the left-side navigation pane, choose Scenario-based Analysis > Exceptions.

  3. In the upper-right corner of the page, select a time range for analysis.

The page contains three sections:

Exception analysis page layout
SectionDescription
Quick Filter (area 1)Filter controls for exception name, operation name, application name, and instance. Narrow the data displayed in the trend chart and exception list.
Trend chart (area 2)A stacked bar chart showing exception counts over the selected time range. Each color segment represents a different exception name, so you can spot spikes for specific error types at a glance.
Exception list (area 3)A table listing each exception with its name, source application, occurrence count, percentage of total exceptions, and a summary.

Filter exceptions

In the Quick Filter section, select one or more filters to refine the displayed data:

FilterDescription
Exception nameFilter by exception class or error type.
Operation nameFilter by the specific operation that triggered the exception.
Application nameScope results to a specific application.
InstanceScope results to a specific application instance.

Analyze exception trends

The trend chart displays exception counts as a stacked bar chart over the selected time range. Each bar is segmented by exception name, helping you identify:

  • Which exceptions occur most frequently.

  • When spikes or new exception types appear.

  • How exception volume changes over time.

To compare data across time periods or switch chart types:

  1. Click the Clock icon icon above the chart.

  2. In the dialog box that appears, view metric data for a specific period, or compare data during the same time window across different dates.

  3. Switch between chart types by using the toolbar icons:

    IconChart type
    Column chart iconColumn chart
    Trend chart iconTrend line chart

Investigate specific exceptions

The exception list provides three ways to investigate a specific exception.

View application monitoring details

Click the application name in the exception list to view the monitoring details.

For more information, see View monitoring details (new).

View the exception overview

Click Overview in the Actions column to open a detailed breakdown of the selected exception:

PanelDescription
Exception count trendA time-series chart showing how often this exception occurs over the selected period.
Distribution by operationWhich operation calls trigger this exception, and how frequently.
Distribution by instanceWhich application instances report this exception.
Exception stackThe full stack trace for the selected exception.
Exception overview panel

View related traces

Click Traces in the Actions column to view the trace information.

For more information, see Trace Explorer.