Hello all,
I have a simple Spring Boot application built as a jar which I am running with an embedded tomcat by command
java -jar app.jar (for sure with some java opts)
I used the agent jar and tried with javaagent option. I am able to see metrics on http://localhost:9404/metrics
My problem is, I am only seeing JVM metrics. But my application has hibernate and does JDBC etc. Is there any option or something that I have to enable to see Tomcat and JDBC metrics?