Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upBorrow back useful improvements to ZIO Tracing, if any, from cats-effect's implementation #3964
Comments
|
I can |
|
@lemastero Definitely OK |
|
I don't mind if sb will work on it in parallel. (CE internals are not easy to understand, I am experimenting with zio-zmx as it seems relevant in here). |
CE have released their own take on tracing, with following notable changes compared to original ZIO Tracing:
map,flatMap, etc. This can be useful. It may be easier to read Instead of the current I feel like adding this information to ZIO Traces may be a nice UX improvement.release notes: https://github.com/typelevel/cats-effect/releases/tag/v2.2.0-RC1
PR: typelevel/cats-effect#854