cats-effect icon indicating copy to clipboard operation
cats-effect copied to clipboard

Implement PollerMetrics for EpollSystem

Open antoniojimeneznieto opened this issue 7 months ago • 0 comments
trafficstars

Linked to: https://github.com/typelevel/cats-effect/issues/4314

This PR implements metrics tracking for read and write operations in the Poller class for the EpollSystem. It provides basic metrics reporting such as total submitted, succeeded, errored, and canceled operations and outstanding operations count.

antoniojimeneznieto avatar Mar 31 '25 08:03 antoniojimeneznieto