-
Notifications
You must be signed in to change notification settings - Fork 36
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
Support for Future? #210
Comments
Short answerNo. Pedantic answerThe interfaces are in a "tagless final" style, and can work with anything of kind The existing implementations use type class constraints. One, Another implementation comes via So, it's already supported ... as long as you don't actually want the traces. Side effects, schmide effects. I just want to trace my Akka!You could implement the Otel4s interface for Bummer. Is there anything else I can do?If you have Alternatively, you can use the Java SDK. There is some instrumentation for akka-http already. And there is an ongoing discussion to improve Java SDK interop in Otel4s. This is probably your best bet, but I can't speak to the depth of the existing Akka instruementation. |
@mary-element I assume what you are looking for is Kamon or Akka OTEL instrumentation. |
@IvannKurchenko not really. |
There is a way to enable Akka instrumentation, but you need to use the agent: As mentioned above, we don't have plans to support |
Does this project have any plan to support trace for Future? Or is it a good idea to extend it to support Future?
I believe for projects that use akka ecosystem is really useful.
Thanks
The text was updated successfully, but these errors were encountered: