The kamon-zipkin module allows you to send tracing data collected by Kamon to Zipkin.
Currently available for Scala 2.10, 2.11 and 2.12.
Supported releases and dependencies are shown below.
kamon-zipkin | status | jdk | scala |
---|---|---|---|
1.0.0 | stable | 1.8+ | 2.10, 2.11, 2.12 |
To get started with SBT, simply add the following to your build.sbt
file:
libraryDependencies += "io.kamon" %% "kamon-zipkin" % "1.0.0"
You can find more info on kamon.io and in our Monitoring Akka Quickstart Recipe