I am not able to see = DB connection pool metrics in Cloud Foundry tomcat instances. Do we know how these can be monitored or enable in Dynatrace
Solved! Go to Solution.
Hi Vinnu,
I don't believe that connection pool metrics are captured out of the box. You can configure them through the UI though. Go to Settings -> Monitoring Technologies -> Add new technology monitoring -> Add JMX/PMI extension. See screenshot:
From there you can use the wizard to find the tomcat instance and then select the connection pool metric.
You can find the document for this feature here: https://www.dynatrace.com/support/help/extend-dynatrace/extensions/jmx-extensions/jmx-extensions/
Thanks
-Dallas
Hi Dallas,
we added the JMX Db2 plugin and we exposed JMX in our spring boot app. still we are not seeing JDBC pool metrics in dynatrace
Spring config on our app
endpoints:
jmx:
exposure:
include: "metrics, info, beans, conditions, health, loggers, mappings"
let me know what else need to be done to see these metrics
Vinnu
Hi Vinnu,
A few points to check:
Featured Posts