Splunk AppDynamics

How to configure an information point to get total time for method

Sean_Davey
Path Finder

How can i set up an information point to capture total time instead of self time.   Currently it only shows the self time for a line and not the total time.  

Labels (1)
0 Karma
1 Solution

Arun_Dasetty
Super Champion

Hi,

We see information point monitors total time itself part of target class and method, however the total time includes time spend on sub calls for synchrnous calls only, as there could be some sub calls in your case that are async that is separate thread initiated whcih is not tracked as expected.

However, we suggest to try BT on same API and method as we collect End-to-end response time including time spend on methods in async thread part of BT as referred in feature doc as part of business transaction detection as in below doc, also refer waterfall view to get end to end time in snapshot for total time that includes async time spent as well in UI:

image.pngimage.pngimage.pngimage.png
https://docs.appdynamics.com/display/PRO44/Asynchronous+Transaction+Demarcators


OR define separate Information point on same sub thread initiated asynchrnously to track other API response time.

View solution in original post

Arun_Dasetty
Super Champion

Hi,

We see information point monitors total time itself part of target class and method, however the total time includes time spend on sub calls for synchrnous calls only, as there could be some sub calls in your case that are async that is separate thread initiated whcih is not tracked as expected.

However, we suggest to try BT on same API and method as we collect End-to-end response time including time spend on methods in async thread part of BT as referred in feature doc as part of business transaction detection as in below doc, also refer waterfall view to get end to end time in snapshot for total time that includes async time spent as well in UI:

image.pngimage.pngimage.pngimage.png
https://docs.appdynamics.com/display/PRO44/Asynchronous+Transaction+Demarcators


OR define separate Information point on same sub thread initiated asynchrnously to track other API response time.

Get Updates on the Splunk Community!

Shape the Future of Splunk: Join the Product Research Lab!

Join the Splunk Product Research Lab and connect with us in the Slack channel #product-research-lab to get ...

Auto-Injector for Everything Else: Making OpenTelemetry Truly Universal

You might have seen Splunk’s recent announcement about donating the OpenTelemetry Injector to the ...

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...