Go to All Forums

Need dot net APM agent Traces

Hi,

Can anyone share sample trace of dot net application which is generated through dot net APM.

Basically I need to check reflected classes and methods trace.

e.g. Java Trace :

Total Calls: 3 Method Call(s) + 3 SQL(s)   0 200
0 org/apache/catalina/core/StandardHostValve.invoke()   0 200
0 org/springframework/web/servlet/DispatcherServlet.doDispatch()   21 200
1 com/package/controller/AdminController.getDashboardData()   176 179
62 MYSQL - SELECT - testright_new.finaldatatable - 127.0.0.1:3306 Error: MySQLSyntaxErrorException

 

Same I need to check for dot net.Which includes dot net classes and methods.

Like (1) Reply
Replies (1)

Hi,

The .NET application trace will be shown as below sample trace,

 

Sample .NET application trace

 

By default, the .NET APM agent will track the framework methods along with some specific metrics like database object details, web service URI details etc. Use custom instrumentation to track your own application methods to view in more detail.

https://www.site24x7.com/help/apm/dotnet-agent/dotnet-agent-custom-instrumentation-using-api-manager.html

Note: The traces will be captured when the transaction's response time crosses the transaction tracing threshold.

Please contact support, if you need any assistance on configuring the feature.

 

Regards,

Anburaj

Developer, APM Insight .NET Agent

 

 

Like (0) Reply

Was this post helpful?