-
I am just getting started with Kamon and I don't seem to be getting any traces for Akka HTTP. I am also using kamon-bundle. I'm am also adding the agent using The status page says that Akka HTTP Instrumentation is enabled. When I put a breakpoint in my Akka Server route and check What are the next steps to diagnose the problem? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I got a bit tripped up by #990 and wasn't able to debug the problem until I switched to using the individual libraries. I think the problem is that we are using Akka HTTP like this:
I can't see any instrumentations for doing it this way. All the |
Beta Was this translation helpful? Give feedback.
I got a bit tripped up by #990 and wasn't able to debug the problem until I switched to using the individual libraries.
I think the problem is that we are using Akka HTTP like this:
I can't see any instrumentations for doing it this way.
All the
bind*
methods have been deprecated since Akka HTTP 10.2.0.