01 May 2018 02:11 PM - last edited on 20 Feb 2023 10:16 AM by Karolina_Linda
I have a Windows Service written in .NET running on a machine with the OneAgent installed. I can see the host and name of the service .EXE but cannot see any of the internals / processing or any of the external calls it makes.
What do I need to do to be able to see the purepaths within?
Cheers
Steve
Solved! Go to Solution.
01 May 2018 03:07 PM
Hi Steven,
You will need to make sure that the service .EXE is deep instrumented and if no services are detected out of the box, you will have to create custom services by defining the entry point class/method for transactions into the windows service. See link on how to set this up.
Hope This Helps
NJ