Disable Thread Correlation at the Agent

To disable thread correlation (which disables end-to-end asynchronous transaction monitoring as well) at the agent, use one of these:

  • Set the Java agent node property thread-correlation-classes-exclude to disable asynchronous monitoring for all the relevant classes:

    thread-correlation-classes-exclude=a,b,c,d,e,f,...z

  • Add the following line under the fork-config section of the app-agent-config.xml file:

    <exclude filter-type= "REGEX" filter-value= ".*" />