Constructor Mode Configuration

You configure classes for multithreaded correlation in the <excludes> child elements of the <fork-config> element in the <agent_home>/conf/app-agent-config.xml file.

The default configuration excludes the Java, Org, WebLogic and WebSphere classes:

<fork-config>
<!-- exclude java and org -->
<excludes filter-type="STARTSWITH" filter-value="com.singularity/"/>
<excludes filter-type="STARTSWITH" filter-value="java/,javax/,com.sun/,sun/,org/"/>
<!-- exclude weblogic and websphere -->
<excludes filter-type="STARTSWITH" filter-value="com.bea/,com.weblogic/,weblogic/,com.ibm/,net/sf/,com/mchange/""/>
. . .

The agent supports package names where the levels in the hierarchy are either separated by dots (.) or slashes (/). The agent converts the dots to slashes internally.