APMInsight - .Net Core Application Monitoring
How to add an APM Insight monitor that has been deleted earlier?
For .NET Core agent, follow the steps given below: 1. Delete the apminsight.net.info file found in the path - <AgentDestinationPath>\ DotNetCoreAgent\[Application name] Note: The [Application name] will be the name of the monitor folder created for ...
Steps to resolve APM - .NET Core Agent's `AgentDiagnoser.ps1` PowerShell Script Execution failure due to Digital Signature Error
When attempting to run a APM - .NET Core Agent PowerShell script "AgentDiagnoser.ps1" to generate agent diagnostics, you may encounter an error indicating that the script cannot be loaded because it is not digitally signed. This issue can occur due ...
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 ...
Troubleshooting Inconsistent .NET Core monitors Availability
Issue: Some applications are experiencing inconsistent availability status, where they appear to be active but are reported as "down." This issue can occur due to the nature of application monitoring and how the monitoring agent interacts with the ...
How to generate the .NET Core agent diagnostics zip file?
To learn how to generate the .NET Core agent diagnostics zip file, click here.
How to monitor the .NET Core app which was published in the self contained mode?
To learn how to monitor the .NET Core app which was published in the self contained mode, refer this link.
How to add/include the .NET Core IIS app for monitoring using appfilter config?
To learn how to add/include .NET Core IIS app for monitoring using the appfilter config, refer this link.
How to change .NET Core application's name?
1. Navigate to the application published directory. 2. Create or open the apmapplication.conf file, then add or modify the application name. application.name="[YourApplicationName]" Note: Changing the application name only creates a new APM Insight ...
How to enable or disable application filters in the .NET Core agent?
The APM Insight .NET Core agent is designed to monitor IIS-hosted applications based on the list entered in the appfilter.config file in the agent's installation location. Irrespective of the filter, we can monitor all .NET Core applications hosted ...
Method to upgrade .NET Core Agent
Manual upgrade from user terminal: Whenever a new version of the agent goes live, it will be listed on this APM Insight Download page. The latest agent can also be downloaded from AppManager web client's APM -> Add new Monitors page Once the latest ...
How to troubleshoot DotNet Core agent installation or configuration?
Please check if the .NET core agent is installed correctly using the steps here. The application to be monitored should be built with .NET core framework version 2.0 and above or .NET 5.0 & above. If the application is a self-contained application, ...