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
All the methods I can find currently take explicit Spans. Which I assume comes from assumptions about how Trace is implemented. But in natchez Trace is the core construct and Kleisli[F, Span[F], *] is one instance of how to get a Trace would be nice if we could use implicit T: Trace[F] to automatically get a Traced Service in F
The text was updated successfully, but these errors were encountered:
All the methods I can find currently take explicit Spans. Which I assume comes from assumptions about how
Trace
is implemented. But in natchezTrace
is the core construct andKleisli[F, Span[F], *]
is one instance of how to get aTrace
would be nice if we could useimplicit T: Trace[F]
to automatically get a Traced Service inF
The text was updated successfully, but these errors were encountered: