Skip to content

No traces for Akka HTTP 10.2.x requests #989

Answered by steinybot
steinybot asked this question in Q&A
Discussion options

You must be logged in to vote

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:

        Http(system)
          .newServerAt(host, port)
          .connectionSource()
          .to(Sink.foreach(_.handleWith(routes)))
          .run()

I can't see any instrumentations for doing it this way.

All the bind* methods have been deprecated since Akka HTTP 10.2.0.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@steinybot
Comment options

@steinybot
Comment options

Answer selected by steinybot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant