Constructor モードの設定
マルチスレッド化された相関クラスは、<agent_home>/conf/app-agent-config.xml ファイルにある <fork-config> 要素の <excludes> 子要素で構成します。
デフォルトの構成は、Java、Org、WebLogic、および WebSphere クラスを除外します。
<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/""/>
. . .
エージェントは、ドット(.)またはスラッシュ(/)のどちらかで分離される階層レベルのパッケージ名をサポートします。エージェントは内部でドットをスラッシュに変換します。