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