01 May 2018
06:11 AM
- last edited on
20 Feb 2023
02: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.
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
Featured Posts