How can I Exclude exceptions from monitoring
You can exclude specific exceptions from being tracked by Applications Manager APM Insight agent. For instance, exceptions that are thrown as part of the normal application process need not be tracked and can be excluded from being monitored.
This feature is available in Java agent v4.9 and.Net agent v5.4.
To exclude exceptions:
APM -> Applications/Instances -> Monitor Actions > Edit -> APM Insight Agent Configuration Profile -> Edit Icon (
) -> Basic Configuration Profiles > List of Exceptions to be ignored from tracking
Note:
You can provide exact exception FQCN (Fully Qualified Class Name) or
any valid regex pattern. Multiple values can be comma separated.
New to ADSelfService Plus?
Related Articles
Monitoring HAProxy - Configuring the HAProxy Stats page
To effectively monitor an HAProxy instance, you can enable and access the HAProxy stats page, which provides real-time metrics about HAProxy's performance. Steps to Enable HAProxy Stats: Open the HAProxy Configuration File: The HAProxy configuration ...
How to exclude HTTP errors from monitoring
Common HTTP errors can be ignored from being tracked to reduce the noise in your monitoring environment. To ignore such HTTP errors, please follow the instructions given below. APM -> Applications/Instances -> Monitor Actions > Edit -> APM Insight ...
Windows Monitoring - FAQ
This Knowledge Base article provides answers to frequently asked questions related to Windows Server monitoring through WMI. The articles are categorized based on the monitoring lifecycle to help you quickly identify the relevant troubleshooting ...
Cloud Monitoring API Usage
How Cloud Monitoring Works? Cloud Monitoring involves collecting, analyzing, and visualizing performance metrics and telemetry data from cloud infrastructure and applications via APIs. Cloud Monitoring data collection flow: API Authentication: ...
What does APM Insight's - Error(%), Exceptions(Fatal, Warning) metrics mean? How are they calculated?
1. Error(%): It represents the proportion of errors in relation to the total number of requests made within a specific period at the APM Insight application/transaction level. Errors(%) = (Error Count/ Total request Count) * 100 Where, Error Count ...