Kamon icon indicating copy to clipboard operation
Kamon copied to clipboard

Akka htttp 1.12.0 - new server start

Open fggarcia opened this issue 5 years ago • 2 comments

Akka-http 1.12.0 introduce a new interface to start a server.

 http.newServerAt(serverConfig.getString("interface"), serverConfig.getInt("port")).bind(routes)

Searching in kamon.instrumentation:

https://github.com/kamon-io/Kamon/blob/05613bfc533c9bc81737cb3c7df9bc3d00799873/instrumentation/kamon-akka-http/src/main/scala-2.13/kamon/instrumentation/akka/http/AkkaHttpServerInstrumentation.scala#L43

method bindAndHandle will be deprecated.

So maybe there must be an option to the new method

fggarcia avatar Aug 14 '20 23:08 fggarcia

After the update to 1.12.0 our APM per route is broken. Can I somehow support on this?

tPl0ch avatar Aug 24 '20 06:08 tPl0ch

What version of akka-http is this broken? I can't find a version 1.12.0 Can you elaborate what failures you have?

SimunKaracic avatar Jan 20 '21 15:01 SimunKaracic