Specifying targets in probes for stand-alone Probekit

When you use Probekit in stand-alone mode, all probe definitions must contain target specifications that exclude Probekit-generated classes and some internal classes that are necessary for loading classes.

If a probe contains target specifications that include specific classes and methods in your application and exclude all others, you do not need to define additional target specifications. Otherwise, you must define the following two additional target specifications:

Exclude packages java* and sun* and class *_probe*

For information about defining target specifications, read Probe target specifications

Related concepts
Using Probekit in stand-alone mode
Related reference
Probe target specifications