I noticed that HikariConfig has a method "setRecordMetrics" that is marked as "Currently not supported" and @Deprecated. However, looking at the code, the boolean does seem to cause HikariCP to hook up to a CodaHaleMetricsTracker, which is cool.
But is the "not supported" advice and @Deprecated annotation intended to reflect that that code is in incubation, or that it is marked for death? And if the latter, is there any plan to allow applications to plug in their own metrics capture mechanism?
Regards,
Raman