APM Insight monitor is UP, but monitor page doesn't show any data

APM Insight monitor is UP, but monitor page doesn't show any data

Possible Causes

The APM Insight monitor status corresponds to the respective .NET agent's service status i.e., as long as the .NET agent service is running, the monitor status will be UP (starting with .NET agent version 4.7). 

1. No Transactions Recorded: It is possible that the application being monitored doesn't have any transactions in the selected time window. In such cases,
perform some transactions and check after some time.
2. Adjust Time Window: If older data is available but not collected due to no recorded transactions, extend the time window to a period when transactions were expected. By default, you can view the last 7 days of data for APM Insight applications.
3. Application Changes: If the respective application has replaced/renamed/moved in the IIS server, a new monitor instance might have been added and the old monitor would have no data to report. If that's the case, kindly suspend (if historical data is required) or delete the monitor.  Since the applications are mapped to their respective IIS paths, any change to the physical path of the application will require an update to the App Filters.

Contact Support with Diagnostics

 If the issue persists, Change the agent logs level to DEBUG mode by following the below steps:
  1. From Application Manager Console, Navigate to the APM tab -> Your APM Applications/Instances -> Monitors Actions -> Edit -> Edit APM Insight Agent Configuration Profile -> Change the Logging Level to DEBUG and Save  
  2. From Agent installed machine, Navigate to the `C:\ProgramData\DotNetAgent` and open the `apminsight. conf` file
  3. Add the below config at the end of the file and add an empty line after that
    1. protected.debug.enabled=true
  4. Restart the `ManageEngine .NET agent` service from `Services.msc` and Perform some transactions on the application to analyze the data collection
  5. Then, Contact support@manageengine.com along with the updated Agent diagnostics for further assistance

                    New to ADSelfService Plus?

                      • Related Articles

                      • 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 ...
                      • 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 ...
                      • APM Insight monitor is UP, but monitor page doesn't show any data

                        Possible Causes The APM Insight monitor status corresponds to the respective agent folder pointed Java Application status i.e., as long as the Application server is running, the monitor status will be UP. 1. No Transactions Recorded: It is possible ...
                      • APM Insight monitor is UP, but monitor page doesn't show any data

                        Possible Causes The APM Insight monitor status corresponds to the respective .NET Core application process(w3wp.exe) status i.e., as long as the NET Core application process(w3wp.exe) is running, the monitor status will be UP. 1. No Transactions ...
                      • Self monitor Applications Manager using Real User Monitoring

                        We can monitor the Applications Manager using Real User Monitoring with a Java Script injection and this can be used to measure the Applications Manager's performance continuously. All you need is to install and setup the Real User Monitoring (RUM) ...