Java Probe

Update

To update a probe you need to do the following:

If problems occur, don’t hesitate to contact support at :

support@atakama-technologies.com

Advanced Instrumentation

Probe provides multiple ways to identify methods and classes for instrumentation:

fits most JEE standards: EJB, Servlet, RMI, JMS, Web services, …

using trace_classpath_regex configuration, suitable for Batch processing, non-JEE classes, or when source code is not available (3rd party library). Detailed information about that parameter can be found in the parameter list.

using @Trace annotation directly in the instrumented methods, only available in your application code (no 3rd party libraries). This third option allows to:

For setup and usage, refer to the corresponding open source project.