|
The following built-in probes have particular configuration options:
- JDBC
If required, you can choose to resolve parameters of prepared statements. By default,
those parameters are shown as question marks in the hot spots view
and the event view. Resolving these parameters
makes the hot spots view more cluttered, but can be useful for debugging purposes.
To activate the connection leaks analysis when probe recording is started, select
the "Record open virtual
connections for connection leak analysis" check box. Once the session is running,
the "Connection leaks" view
of the JDBC probe also shows a recording button that allows you to switch the connection
leak detection on
and off.
- JPA/Hibernate
The JPA/Hibernate probe supports a number of providers, like Hibernate 3.x+, openJPA
2.1+ and eclipselink 2.3+.
You can deselect providers in the probe configuration.
- MongoDB
By default, the MongoDB probe removes primitive data from JSON objects that are used
in queries and replaces
them with question marks in the hot spots view
and the event view.
This is necessary to be able to group similar queries and reduce memory consumption.
If required, you can choose to keep primitive data in the events view.
|