Open
Description
Similar to #1398, it would be nice to be able to track the duration of event loop tasks.
Reactor is able to do this for its schedulers via Schedulers.enableMetrics
.
Additionally, it would be nice to set a threshold for the duration of any given task, and be able to log an event with details about that task (for identifying specific instances in the metrics)