Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1.29 KB

README.md

File metadata and controls

28 lines (17 loc) · 1.29 KB

Kamon Zipkin Reporter

Build Status Gitter Maven Central

The kamon-zipkin module allows you to send tracing data collected by Kamon to Zipkin.

Getting Started

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