What does APM Insight's - Error(%), Exceptions(Fatal, Warning) metrics mean? How are they calculated?

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 refers to the number of requests (transaction) at the APM Insight application level that was returned with a response code from 400 to 599.
Total Request Count refers to the overall number of requests (transactions) made at the APM Insight application level including both successful and erroneous requests.

2. Exceptions:
It represents the number of exceptions that occurred within a specific period at the APM Insight application/transaction level.
Exceptions = Fatal Exception Count + Warning Exception Count
Where,
Fatal Count  refers to the number of exceptions at the APM Insight application level with a severity level classified as 'Fatal'. These exceptions indicate critical issues that can severely impact the application's functionality.
Warning Count refers to the number of exceptions at the APM Insight application level with a severity level classified as 'Warning'. These exceptions indicate potential issues or non-fatal errors that may require attention but do not cause the application to fail entirely.
                  New to ADManager Plus?

                    New to ADSelfService Plus?

                      • Related Articles

                      • APM Insight Troubleshooting - FAQs

                        Monitor Addition - FAQs 1. How to add an APM Insight Monitor? After you deploy the APM Insight agent in your Application Server with suitable Applications Manager credentials in the apminsight.conf file, APM Insight monitors will automatically be ...
                      • Uninstrumented Block of Code - APM Insight

                        In the traces tab --> Slowest Method Calls and Count we show if you find Un-instrumented block of code the reason is as follows: Basically, What is un-instrumented block of code in APM Insight? By default, APM Insight agent monitors known frameworks ...
                      • Self monitor Applications Manager using APM Insight Java Agent

                        Applications Manager is built with Java, hence we can monitor it using APM Insight Java Agent to measure it's performance continuously, which can be very much useful. Setting up APM Insight Java Agent Follow the below steps to download and set up the ...
                      • APM Insight Basic Troubleshooting tips - Nodejs

                        If you have installed the APM Insight Node.js agent and are facing issues with it, follow the instructions given below to troubleshoot your application: 1. License key and logs Check whether the apminsightnode.json file contains the correct license ...
                      • How can I fix "Limit reached" error in APM Insight Monitor?

                        Increase Limits in Applications Manager : The data collection limits apply at APM Insight Application level and NOT for each APM Insight Instance. The limits can be increased by configuring them from : Admin Tab -> Performance Polling -> APM Insight ...