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!

A Prelude to .conf25: Your Guide to Splunk University

Heading to Boston this September for .conf25? Get a jumpstart by arriving a few days early for Splunk ...

4 Ways the Splunk Community Helps You Prepare for .conf25

.conf25 is right around the corner, and whether you’re a first-time attendee or a seasoned Splunker, the ...

Enhance Your Splunk App Development: New Tools & Support

UCC FrameworkAdd-on Builder has been around for quite some time. It helps build Splunk apps faster, but it ...