- All Superinterfaces:
Metrics
Worker pool metrics
-
Field Summary
Fields inherited from interface io.vertx.core.spi.metrics.Metrics
METRICS_ENABLED -
Method Summary
-
Method Details
-
enqueue
Signals a request is enqueued to obtain a resource. -
dequeue
Signals the request was removed from the queue. -
begin
Signal the beginning of the utilisation of a pool resource.- Returns:
- the timer measuring the resource utilisation
-
end
Signal the release of a pool resource.- Parameters:
t- the timer measuring the resource utilisation returned bybegin()
-