Getting Started
Kamon Jaeger is currently available for Scala 2.10, 2.11 and 2.12.
Supported releases and dependencies are shown below.
kamon | status | jdk | scala |
---|---|---|---|
1.0.0 | experimental | 1.8+ | 2.11, 2.12 |
To get started with SBT, simply add the following to your build.sbt
or pom.xml
file:
libraryDependencies += "io.kamon" %% "kamon-jaeger" % "1.0.2"
<dependency>
<groupId>io.kamon</groupId>
<artifactId>kamon-jaeger_2.12</artifactId>
<version>1.0.2</version>
</dependency>