Folder path to view the .NET Core agent logs
The logs of the .NET Core agent can be found at the destination that was configured during the agent installation.

E.g ./InstallAgent.ps1 -Destination "G:\.NET_Core_Agent" -InstallType "local" -LicenseKey APMI_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

Path: <Destination-path>\DotNetCoreAgent\DotNetAgent\AgentLogs
New to ADSelfService Plus?
Related Articles
How to Install .NET agent on AWS Elastic Beanstalk?
One of the two options listed below can be used to install APM Insight agent onto a .NET web application hosted in Elastic Beanstalk environment via ebextensions. Deployment through AWS kit for Visual Studio. Deployment via uploading packages to AWS ...
Folder path to view the Node.js agent logs
By default, the logs generated by the Node.js agent are stored in the apminsightdata folder, which resides in your application's current working directory. The log files can be found at: <app-path>\apminsightdata\logs If you would like to customize ...
While trying to monitor servers, I get a "No data Available" error for CPU Core Utilization.
The data for CPU Core utilization may not be shown due to problem in executing and getting the output of CPU command on the server. For different modes of monitoring (WMI/Telnet/SSH/SNMP) we use different methods to collect data. Find the steps below ...
Where can I see the .NET agent logs?
The .NET agent logs can be found only in the common application folder (Usually under C:\ProgramData\ from Vista onwards and C:\Documents and Settings\All Users\Application Data\ for Windows Server 2003. This is a hidden folder) Check the below ...
How to enable or disable cloud detection in standalone Applications using .NET/.NET Core agent?
Note: This option is supported from APM Insight .NET/.NET Core agent version 6.5.1 onwards. Below are the steps to enable or disable cloud detection in standalone environments: 1. Open the apminsight.conf file in a text editor, which is located in ...