Closed
Description
This metric currently includes the time spent waiting for an item to be available in the queue (while c.Queue.Get()
is blocking):
controller-runtime/pkg/internal/controller/controller.go
Lines 176 to 182 in 12d9858
It would be more useful if it measured only the time spent doing reconciliation after an item is returned by the queue.