How can I Exclude exceptions from monitoring

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

                    • 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 ...
                    • Monitoring HAProxy - Configuring the HAProxy Stats page

                      To monitor a HAProxy instance: Open the 'stats' port for collecting the metrics. To enable metrics collection, add the following content at the bottom of the file /etc/haproxy/haproxy.cfg: listen stats :9000 mode http stats enable stats hide-version ...
                    • User Privilege for DamengDB Monitoring

                      To effectively monitor DamengDB in Applications Manager, the Monitor user must be granted the Data Viewer privilege. To grant this privilege to the newly created user, please follow the steps given below: Connect to your DamengDB instance using a ...
                    • Openstack Monitoring FAQs

                      How OpenStack is monitored in APM? In Applications Manager, RESI API is used as mode of monitoring for OpenStack. Below APIs are used to monitor OpenStack and its resources: Authentication API: GET /v3/auth/tokens Cinder Services: GET ...
                    • 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 ...