VEuPathDB / lib-jaxrs-container-core

Core library for VEuPathDB JaxRS container services
Apache License 2.0
0 stars 0 forks source link

Add new endpoint to show connection pool status #14

Open ryanrdoherty opened 2 years ago

ryanrdoherty commented 2 years ago

New endpoint, not health or metrics, that shows the same connection pool stats as WDK sites, plus stack traces for open connections in all configured DatabaseInstances.

Foxcapades commented 2 years ago

Is this necessary given that the data is available in the metrics, prometheus, and grafana?

ryanrdoherty commented 2 years ago

This was going to show the stack traces of where all the open connections were created so if we see a leak or other problem we can diagnose it. I think this was the only place we were going to put that, right?