-
Notifications
You must be signed in to change notification settings - Fork 55
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
Use zio-theseus as a reference to integrate zio-opentelemetry with a doobie, kafka, grpc, etc. #815
Comments
I think the basic idea is to have a separate module for each integration, for example:
Update: I adjusted the module names. |
I'll pick this up and move zio-theseus content into separate modules. There will be also a base common module containing the integration algebra |
Great! Thanks for your help! Feel free to create several smaller PRs instead of one big. |
@pierangelocecchetto Hi! Hope you're doing well! I just wanted to say that I'll be happy to help with any questions you have or pair on something if you need this. |
@grouzen I just resumed working on this recently, I think I'll make some progress in these days. Thanks for offering your help, I'll contact you on Discord to evaluate the options |
I also evaluated different options for this and ended up using OTLP JSON logging reporters in the examples for the sake of simplicity. |
@pierangeloc Hi! I just want to let you know that I'm ready to cut a "3.0.0" release of zio-telemetry and am keen to start working on integrations with libraries from ZIO and typelevel ecosystem. I'll have a look at your library for inspiration. Thanks for it! |
There is ongoing work on adding support for OpenTracing and OpenTelemetry into zio-kafka: zio/zio-kafka#1345 |
The library: https://github.com/pierangeloc/zio-theseus
Related issues:
The text was updated successfully, but these errors were encountered: