The kamon-kafka module requires you to start your application using the Kanela Agent. Kamon will warn you at startup if you failed to do so.
The bytecode instrumentation provided by the kamon-kafka
module hooks into the kafka clients to automatically
gather Metrics and start and finish Spans for requests that are issued within a trace. This translates into you having metrics about how
the requests you are doing are behaving.
Kamon Cassandra module is currently available for Scala 2.11 and 2.12.
Supported releases and dependencies are shown below.
kamon-kafka | status | jdk | scala |
---|---|---|---|
1.0.0 | stable | 1.8+ | 2.11, 2.12 |
To get started with SBT, simply add the following to your build.sbt
file:
libraryDependencies += "io.kamon" %% "kamon-kafka" % "1.0.0"
The following metrics will be recorded:
- TODO