SimunKaracic
SimunKaracic
Solved by adding `(ExecutionInfo.unknown, ())` at the end of the call. I'll leave the issue open since this is still undocumented
Hey @deusaquilus , no worries, I get it completely. You're doing great work here, so take your time :) I'm sure you'll update the documentation when things stabilize
One workaround would have been to disable the logback module if you're not using it: `kanela.modules.logback.enabled = false`. You can also add the within block, so Kamon knows where to...
Hmm, it looks like we have an older version of HikariCP instrumented (2.6.2). I'll bump the dependencies and see what breaks. Until then, try downgrading your HikariCP version
Hmmm, all tests pass with 3.4.5, and the latest version of HikariCP. What version of Kamon are you using, and what reporter?
The example project uses 2.8, i tried reproducing it and it doesn't work. But it's good to know it works on older version, thanks!
What framework are you using Kamon with (I'm guessing akka http)? What scala/java version?
Ah, we didn't have support for akka-http 10.2.x back then. Please upgrade to version 2.1.12 (earliest with Akka-HTTP 10.2 support). It's updated to use 10.2.3, but if the error keeps...
What version of akka-http is this broken? I can't find a version 1.12.0 Can you elaborate what failures you have?
> All the bind* methods have been deprecated since Akka HTTP 10.2.0. I'm not sure that's correct, I'm seeing deprecations on underlying methods, but `bind`, `bindFlow` and `bindSync` look like...