Hi,
We figure out the problem of Back-end SQL monitoring.
When a SQL statement runs, we are tracking a specific event on the JVM. (JDBC Statement Execute)
This event is the main part of the whole JDBC events and it looks missing in your JFR dump.
However, we have trouble re-produce the issue on our test and development environments.
That’s why we need more information about the data source configuration.
If it is possible, it would be great to send us the WebLogic configuration XML and the data source configuration XML files.
${DOMAIN_HOME}/config/config.xml
${DOMAIN_HOME}/config/jdbc/${DATASOURCE_NAME}-jdbc.xml
Please don’t forget the remove any sensitive data from the configuration XML files, like username or password (even it is encrypted).
Kind regards.