05 Feb 2019 11:07 AM - last edited on 10 Dec 2021 12:43 PM by MaciejNeumann
What is the best way to separate or identify just the API calls from all real user transactions populating under Transaction and Services on One Agent ? Identifying via smartscape becomes difficult as more more applications are on boarded
Solved! Go to Solution.
05 Feb 2019 11:39 AM
As I understand you need to get info about all API calls from RUM users sessions to your services? On Application you have list of services thar your aplication is calling. If you have separate service for API you can click on it, then click backtrace, pick only those calls that are starting from application and you should be good to go.
Sebastian
05 Feb 2019 01:14 PM
Hi Sebastian,
Is there no way I can distinguish the API calls from other services without the help of application expert ?
05 Feb 2019 02:07 PM
By application I mean Application in Dynatrace (where RUM data are collected). In services you have mixed api calls and other web server requests? If it is like so there should be option to split service by class / methods that are responsible for api calls I think.
Sebastian