Hi ,
I have a custom C# application . Backends are identified OOB by the .NET agent 10.2. But the frontend and the business logic classes had to be instrumented.
Used FrontendMarker to identify Class A as frontend and used BlamePointTracers for rest of the classes. However , in TT , I see only custom classes. Those traces do not start from Frontend but from Custom node. These traces show backends calls.
Can FrontendMarker take part in TT? Also I came across FrontEndTracer? What is difference between FrontendMarker and FrontEndTracer ? Is there any additional step to achieve TT.
Geethu