Skip to main content
Version: 3.7.0

Exclude 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.

List

Navigate to Deployment Configuration > Rule Configuration > Data Collection > Exception Deny List . 1760059140495

Click Create to access the configuration page. 1760059175880

1. Condition : Defines the scope for the deny list rule. Supports selection by Service, Service Tag, Process Group, and Process Group Tag.

1760059194678

2. Configuration Item : Defines the exception type criteria. 1760059214343

  • Class Name : Select the scope of exception class names to ignore. Options include 'All' or specific exception class names (e.g., NullPointerException).
  • Message Content : Filters exception messages using matching rules.Match Method : Supports options like 'Contains' or 'Equals' (Example: Selecting 'Contains' and entering the string "timeout" will ignore exceptions whose messages contain this string).
  • Match String : Enter the string used for matching (Exceptions whose messages contain this string will be ignored by the deny list rule).

3. Description : Enter descriptive information for the rule to clarify its purpose for future reference. 1760059268649