-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What's the relationship with https://github.com/ocharles/haskell-opentracing #10
Comments
Both projects started out as an experiment using GHC's Backpack feature. As I ran into some issues, I decided to move away from it and get a library which is usable where Backpack is not supported (eg. stack). I had a brief conversation with @ocharles, but since I moved away from Backpack, no further collaboration arose. I'm not sure also whether @ocharles' version is still actively developed, whereas this library is about to be put into production (still quite some polishing to be done before it will land on hackage, though). |
Have you seen this issue: opentracing/specification#99 The opentracing group is setting up a working group. I raised my hand for haskell, but you've already made good progress on the haskell implementation. |
Shameless plug: whilst not really about OpenTracing, at some point I also started https://github.com/haskell-service/jaeger |
@CMCDragonkai Yeah I've been following that, but wasn't sure if it entails to be a member of the OTSC, CNCF, or somesuch. So far, I found it to be not so easy to translate the spec to something halfway idiomatic in Haskell. I think I arrived at something pretty close to other languages now, while still usable in "mtl-style" stacks. Other paradigms may be built on top. If you have any thoughts on the API side of things, please let me know! |
Yep, mine stuck as an experiment in Backpack, and the fizzled out. Congratulations on the near release! I'd love to add tracing to some work stuff, so I will hopefully get a chance to play with this in the future. |
Is there any collaboration between these 2 projects?
The text was updated successfully, but these errors were encountered: