Hi,
My .NET web applicaion spawns three threads inside it.
But in the appdynamics call graph i can see only the functions in the main thread of the request. But i cannot see the function calls that belongs to the three threads of that request.
Should i set any configuration setting to profile the threads in the request ?
Regards,
./Rahul
Hi,
Please follow the below steps to see the thread correlation between the threads.
<machine-agent>
<instrumentation>
<instrumentor name=
"ThreadCorrelationThreadPoolCLR2Instrumentor"
enabled=
"true"
/>
<instrumentor name=
"ThreadStartCLR2Instrumentor"
enabled=
"true"
/>
<instrumentor name=
"ThreadStartCLR4Instrumentor"
enabled=
"true"
/>
</instrumentation>
</machine-agent>
Please let us know if you still face any issues.
Thanks,
Venu.