Hello,
I installed the APM .NET Profiler in IIS 10 with .NET Framework 4.8.1.
I followed the instructions from
Profiler Auto instrumentation | APM .NET Agent Reference [1.x] | Elastic
The logs are outputting but when default it only outputs these few lines:
[2024-10-02T08:49:36.790475700-07:00] [WARN ] calltarget_rewriter_callback: skipping method as method replacement found but profiler has not been loaded into app domain. app_domain_id=2364754049408, token=100669846, caller_name=System.Data.SqlClient.SqlCommand.ExecuteReader()
[2024-10-02T08:49:36.892112500-07:00] [WARN ] calltarget_rewriter_callback: skipping method as method replacement found but profiler has not been loaded into app domain. app_domain_id=2364754049408, token=100669816, caller_name=System.Data.SqlClient.SqlCommand.ExecuteScalar()
[2024-10-02T08:49:37.317430200-07:00] [WARN ] calltarget_rewriter_callback: skipping method as method replacement found but profiler has not been loaded into app domain. app_domain_id=2364754049408, token=100669845, caller_name=System.Data.SqlClient.SqlCommand.ExecuteDbDataReader()
Based on the event log:
Theres one log:
.NET Runtime version 4.0.30319.0 - The profiler was loaded successfully. Profiler CLSID: '{FA65FE15-F085-4681-9B20-95E04F6C03CC}'. Process ID (decimal): 13072. Message ID: [0x2507].
wondering if something I am doing wrong? I checked the connectivity from apm server and the iis host and its fine.