My console app calls HTTPWebRequest.GetResponse().. over 10000+ calls.. why am i not seeing these webservice calls show up in the "Remoting" dashlet?
Just for kicks.. i also explicitly instrumented System.Net.HTTPWebRequest.. still no cigar.
Using DT 4.1..
Answer by Andreas G. ·
Hi
The upcoming dynaTrace 4.2 release will have support for what we call "External Web Requests". We are going to automatically instrument the needed methods of HTTPWebRequest. These calls will show up in both the Web Requests dashlet as well as on the Transaction Flow
dT4.2 is going to be out very soon
Andi
Correct. In dT 4.1 you will not see calls to HttpWebRequest in either the Web Request, Web Services or Transaction Flow. This will be available in 4.2 as we have "generic" support for any type of HTTP Based Web Requests
What you see in 4.1 are things like any calls via WCF, .NET Remoting, MSMQ
Andi
JANUARY 15, 3:00 PM GMT / 10:00 AM ET