Hi, I would like to collect a metric (a timer) of IO<Either<E, A>> execution. I can measure the time with bracket and result with flatTap. But what I want to achieve is a timer tagged with the result (success, error, failure). Any ideas on how I can get time & result of IO execution?