Standalone .NET process not reporting metric as IIS based .net applications
search cancel

Standalone .NET process not reporting metric as IIS based .net applications

book

Article ID: 232102

calendar_today

Updated On:

Products

CA Application Performance Management (APM / Wily / Introscope)

Issue/Introduction

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. 

Environment

Release : 20.2

Component :

Cause

From the AutoProbe log, can see that Remoting monitoring is not enabled for web service tracing

> #######################
> # Runtime Remoting Tracing
> # ================

> TurnOn: RemotingClientProxyTracing
> #TurnOn: RemotingWebServiceTracing

 

Resolution

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 

Additional Information

32933951