Skip to main content

Excluded Exception

Filters exceptions based on class name and message content. During fault detection, exceptions matching the defined rules are ignored to prevent ineffective exceptions from interfering with fault analysis, allowing APM to focus on critical exception scenarios.

Entry Point

Navigate to Configuration → Settings → Exception Collection → Excluded Exception.

This page shares the Exception Collection module with Exception Field Extraction; switch via the top tabs. The list shows priority, description, and enable status, and supports search by description.

Excluded Exception list

ActionDescription
CreateAdd a deny list rule
EditModify an existing rule
DeleteRemove a rule
Enable / DisableControl whether the rule takes effect

You can drag rules to adjust priority order.

How to Configure

Click Create to open the configuration drawer on the right.

Create Exception Blacklist

1. Effective Scope

Specify where the rule applies. Supported dimensions (multi-select):

DimensionDescription
ServiceSelect specific services
Service tagsMatch by service tags
Process groupSelect specific process groups
Process group tagsMatch by process group tags

When multiple condition rows are configured, combine them with And / Or.

Effective Scope

2. Configuration Item

Define the exception types to ignore during fault detection.

Class name

OperatorDescription
AllNo class name filter; the class name input is hidden
Include / ExcludeClass name contains or does not contain the specified string
Equals / Not equal toExact match or non-match (including package path)
Start from / End atClass name starts or ends with the specified string

Class name operators

When an operator other than All is selected, enter the class name (including package path if needed, e.g. com.br.TraceController):

Class name Include configuration

Message Contents

Further filter by message content after class name matching:

  • When class name is All, message contents is fixed to Include, and a match string is required
  • When class name is not All, choose Include or Any; Any skips content filtering

Example: Select Include and enter "timeout" to ignore exceptions whose messages contain that string.

Message Contents configuration

3. Description

Enter a description for the rule. It appears in the list Description column for search and management.

Description

Click Save when finished.