|
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.
-
JPA/Hibernate
The JPA/Hibernate probe supports a number of providers, like Hibernate 3.x, Hibernate 4.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.
|