brettwooldridge / HikariCP

光 HikariCP・A solid, high-performance, JDBC connection pool at last.
Apache License 2.0
19.91k stars 2.92k forks source link

feat: supports metrics exemplars #2160

Open Hajjiri opened 9 months ago

Hajjiri commented 9 months ago

Exemplars is only supported as part of 0.11.0 of simple-client.

Without this change, a prometheus scraper might fail scraping metrics out of HikariCP correctly. Ending up in unhealthy state. Due to, (as an example) "metric name hikaricp_connections_usage_seconds_count does not support exemplars".

One possible solution is to stop recording metrics out of hikaricp in the application via registry filters. But if we still want to use those nice metrics, this becomes a challenge.