cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Setting entry points in .NET batch job analysis

Shirai
Helper

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

T.Shirai IIM Corp. Osaka Japan
1 REPLY 1

Babar_Qayyum
DynaMight Guru
DynaMight Guru

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.

https://www.dynatrace.com/support/help/how-to-use-dynatrace/transactions-and-services/configuration/... 

Regards,

Babar

Featured Posts