11 Mar 2021 08:53 AM - last edited on 08 Jun 2021 01:27 PM by MaciejNeumann
I have defined a batch job entry point in "Custom service detection" to analyze .NET batch jobs.
I set the class and method at the entry point. Even if I executed the batch job, only the method set at the entry point could be detected.
I understand that the correct result is to be able to detect the method that follows the entry point as well. Is my understanding correct?
Reagrds,
Toshimasa Shirai
Solved! Go to Solution.
11 Mar 2021 11:17 AM
Hello @Shirai
Absolutely right.
OneAgent suppresses method delegation per service. That is, any calls between two methods of one service are not recorded. If you need to capture such calls you must create a separate custom service for it.
Have a look at the below link for more insight related to the method delegation.
Regards,
Babar