SAP/neonbee

Load Checker

pk-work opened this issue · 0 comments

In Vert.x 4.3.0 it is possible to customize BlockedThreadChecker logic [1]. May we could create a new Hook in NeonBee that take BlockedThread threshold and event loop queue size into account.

To be honest, if such a blocked Thread is detected, I don't know who exactly we could fix it programmatically, but we could use it at least for monitoring.

[1] eclipse-vertx/vert.x#4283