Hi, I would like to collect a metric (a timer) of ...
# arrow
d
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?
Or even better - maybe there is a ready Micrometer-Arrow integration library - because it is what I want to achieve :-).