-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FAIL - DataSource instrumentation on Tomcat using org.apache.tomcat.jdbc.pool.DataSource #55
Comments
Seems like you are using stagemonitor 0.82.0. This is likely a false positive. Please try 0.84.0 and watch out for logs like:
|
Apologies, our deployer said he installed the latest version. |
@felixbarny This is the output:
N.B.: There are multiple TRANSFORM entries because we have the Datasource mapped twice: |
Could you debug to see if |
Yes, Of course. Will do it when I return from Vacation next week... |
We are trying stagemonitor 0.84 for monitoring tomcat version 8 using org.apache.tomcat.jdbc.pool.DataSource but in debug logging, it says that it fails
to instrument the datasource:
The Datasource is defined as following in our conf/server.xml:
It is visible under MBeans -> Catalina -> DataSource and working with our application which uses hibernate to access the persistence. In the stagemonitor we can see the HTTP- and JVM-metrics but not the ones belonging to JDBC.
Here is how we defined stagemonitor.properties:
Any help is welcome, thanks
The text was updated successfully, but these errors were encountered: