We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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:
Kamon/instrumentation/kamon-akka-http/src/main/scala-2.13/kamon/instrumentation/akka/http/AkkaHttpServerInstrumentation.scala
Line 43 in 05613bf
method bindAndHandle will be deprecated.
So maybe there must be an option to the new method