We are are running a standalone .net webservice application wstest.exe. This is included in the configuration file of the .net agent running on the same machine and monitoring other .net processes running over IIS.
In the APM system, we do not see the extended monitoring metrics for the standalone process as for the IIS-based ones.
Release : 20.2
Component :
From the AutoProbe log, can see that Remoting monitoring is not enabled for web service tracing
> #######################
> # Runtime Remoting Tracing
> # ================
>
> TurnOn: RemotingClientProxyTracing
> #TurnOn: RemotingWebServiceTracing
Uncomment the web service option in the toggles-typical.pbd and see if this gives any more metrics to Introscope.
TurnOn: RemotingClientProxyTracing
TurnOn: RemotingWebServiceTracing
The process would need to be restarted
32933951