Dot Net Agent does not populate data under Trace tab in Introscope Investigator.
Environment
Release : 10.5
Component : NET Agent
Cause
Transaction Tracing is not enabled on the .NET Agent Profile.
Resolution
Make sure Transaction Trace options are enabled, configured, and filtered correctly on the IntroscopeAgent.profile.
Master Sampling Property The master property for setting both First-N Per Interval and Random URL Sampling is: introscope.agent.transactiontracer.sampling.enabled=true
First-N Per Interval Sampling This sampling can be set on the EM, but if set on the Agent side, the Agent settings will override EM settings. The properties involved are: introscope.agent.transactiontracer.sampling.perinterval.count=1 introscope.agent.transactiontracer.sampling.interval.seconds=120 These properties mean that there is one transaction trace run every two minutes, over and over again. If count is set to two, then two traces are run every two minutes.