cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

purepaths not showing my methods/code for .net

kevin_goff
Participant

All my my .net purepaths are not showing any of my classes/methods of my application but rather just generic tags like web request, synchronous invocation, asynchronous invocation, sync work SendAsync, etc.

 

How can I see the call structure/stack of my application?  

 

4 REPLIES 4

kevin_goff
Participant

what i'd like to see is a full stack / hierarchy of calls like we had in appmon.  

Julius_Loman
DynaMight Legend
DynaMight Legend

Those points in the code-level are instrumentation points - places where instrumentation of the code (or errors) happened. Typically instrumentation provided by built-in sensors.

For full stack hierarchy - I believe you want to see the method hotspots view. Either for the selected PurePath or for set of requests. 

See the following topic - or just open method hotspots for your currently analyzed context.
https://www.dynatrace.com/support/help/shortlink/service-hotspots#code-level-visibility

If this is not what you are looking for, can you describe your use case?

Certified Dynatrace Master | Alanata a.s., Slovakia, Dynatrace Master Partner

kevin_goff
Participant

When my web requests are slow I'm trying to determine the cause.  What I find when I drill in is generic information that doesn't seem helpful in diagnosing the issue.  dt17.PNG

Hello, I have the same issue, finally is it working now for you ?

 

In code level, I don't see any call to my method, just the System one..

Featured Posts