Custom Configuration

You can edit the app-agent-config.xml file to exclude additional classes from thread correlation. All classes not excluded are by default included.

Use the <excludes> element to specify a comma-separated list of classes or packages to be excluded. Use the singular form, <excludes> , to specify a single class or a package.

For includes, you must specify each package or class individually using the <include> element. You can include a sub-package or subclass of an excluded element by specifying the sub-package or subclass with an <include> element. If a classname is matched by both an exclude and include pattern, the more specific pattern matched prevails. That is, an include match with org.example.myclass prevails over an exclude match for org.example.