eclipse-vertx / vertx-sql-client

High performance reactive SQL Client written in Java
Apache License 2.0
894 stars 200 forks source link

Rework pool metrics to use vertx pool metrics instead of the client metric feature #1456

Closed vietj closed 3 months ago

vietj commented 3 months ago

Update the pool metrics implementation to use the pool metrics instead of using the inconvenient client metric queue capabilities that does not match correctly the actual pool usage when it becomes dynamic.