Replies: 7 comments 7 replies
-
https://github.com/typelevel/fs2-grpc - is a good candidate. |
Beta Was this translation helpful? Give feedback.
-
hey, is https://fd4s.github.io/fs2-kafka/ a potential candidate? i have a use case where an event crosses boundaries between http and kafka and would like to have it instrumented seamlessly. |
Beta Was this translation helpful? Give feedback.
-
Not exactly an integration and this is beyond the scope of the 0.5.0 release, but I'd be interested in a Trace4Cats compatibility layer. I tried building an Otel4s Tracer backed by Trace4Cats Trace.WithContext but unless I'm missing something, it looks like I'd need to duplicate most of the SdkTracer(Provider) implementation. |
Beta Was this translation helpful? Give feedback.
-
Integration with http4s - https://github.com/http4s/http4s-otel4s-middleware |
Beta Was this translation helpful? Give feedback.
-
I'd like to port kafka4s from Natchez to Otel4s at some point: https://github.com/Banno/kafka4s |
Beta Was this translation helpful? Give feedback.
-
0.5.0
brought significant changes, API improvements, and binary breaking changes.Looking forward, I hope we will have fewer (or even none) breaking changes in the
otel4s-core
module.At this point, I would like to integrate otel4s with more libraries.
There are already a few projects:
If I'm correct, grackle was also interested in using otel4s directly.
Please let me know if you have a library candidate you would like to use with otel4s. I can take a look at what we can do :)
Beta Was this translation helpful? Give feedback.
All reactions