Another functional, literal interpretation of Otel #111
rossabaker
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm poking around at https://github.com/iand675/hs-opentelemetry, a Haskell library that appears to have similar goals:
inSpan
andinSpan'
are a lot like aResource[F, Span[F]]
withsurround
anduse
, respectively.All in all, it looks like they're in a very similar direction to us, and are compatible with "local" semantics.
Beta Was this translation helpful? Give feedback.
All reactions