You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm debugging an issue with a tracing library which works with cats.effect.kernel.Clock.realTime: F[FiniteDuration]. In services which use this tracing library and Cats Effect, traces have nanosecond accuracy. In the service I'm working on, which uses ZIO and interop-cats, I'm only getting millisecond accuracy, and I've tracked it to this:
I'm debugging an issue with a tracing library which works with
cats.effect.kernel.Clock.realTime: F[FiniteDuration]
. In services which use this tracing library and Cats Effect, traces have nanosecond accuracy. In the service I'm working on, which uses ZIO and interop-cats, I'm only getting millisecond accuracy, and I've tracked it to this:interop-cats/zio-interop-cats/shared/src/main/scala/zio/interop/cats.scala
Line 559 in bf24db5
Could it be changed to provide nanosecond precision?
The text was updated successfully, but these errors were encountered: