05 Feb 2019
03:07 AM
- last edited on
10 Dec 2021
04:43 AM
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.
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
Hi Sebastian,
Is there no way I can distinguish the API calls from other services without the help of application expert ?
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