Hello,
How can I get wcf calls monitored by asp.net monitoring? Problem is that all wcf calls are displayed under two or three call like RESTService.JsonRequest(), but there is lot of calls with different url. Wcf autodiscovery maps them all under ...
Hi,
Where can I find what match rules have been defined for .net agent? The Java agent has a file named transactions.xml where I can check what is defined.
Hello,
We are having trouble getting wcf calls arranged according to url. All transactions go under one call like RESTService.getRequest.
When I open that transaction, I can find shapshots according to url like this:
How can I make a wcf match r...
Hello, We got solution for that from AppDynamics support. It was like this:In a match rule define:Match class: class name equals: System.ServiceModel.Dispatcher.ChannelHandlerMethod name: equals: HandleRequestTransaction splitting: Split: Class/Metho...
Hello,
How did you do service end point rule? We have troubles to get .net application monitored. It is singe page application which is served by RESTService.svc file which routes calls to wcf service.
With regards,
Esko Jaakkola
I tried according to your instructions, so that wcf monitoring is off and asp.net monitoring is on with autodiscovery. Asp.net autodiscovery don't find any transactions. When I look at with browser's network monitoring tool it shows me request url li...
Hello,
Could you look at this issue, is it same kind as yours?
https://community.appdynamics.com/t5/NET-Agent-Installation/WCF-calls-in-Asp-net-monitoring/td-p/36223
Esko