kamon-akka

Kamon Akka Integration

Github stars Tracking Chart

Akka Integration

Build Status
Gitter
Maven Central

Kamon's integration with Akka comes in the form of two modules: kamon-akka and kamon-akka-remote that bring bytecode
instrumentation to gather metrics and perform automatic Context propagation on your behalf.

The kamon-akka module require you to start your application using the AspectJ Weaver Agent. Kamon will warn you at startup if you failed to do so.

Getting Started

Kamon akka module is currently available for Scala 2.10, 2.11 and 2.12.

Supported releases and dependencies are shown below., Artifact, status, jdk, scala, akka, :---------------------:, :------:, :----------:, ------------------, :------:, kamon-akka-2.4 1.1.0, stable, 1.7+, 1.8+, 2.11, 2.12, 2.4.x, kamon-akka-2.5 1.1.0, stable, 1.8+, 2.11, 2.12, 2.5.x, To get started with SBT, simply add the following to your build.sbt or pom.xml
file:

libraryDependencies += "io.kamon" %% "kamon-akka-2.5" % "1.1.0"
<dependency>
    <groupId>io.kamon</groupId>
    <artifactId>kamon-akka-2.5_2.12</artifactId>
    <version>1.1.0</version>
</dependency>

A full description of the capabilities of this module can be found in the official documentation.

Overview

Name With Ownerkamon-io/kamon-akka
Primary LanguageScala
Program languageScala (Language Count: 3)
Platform
License:Other
Release Count24
Last Release Namev2.0.3 (Posted on 2020-03-04 11:10:17)
First Release Namev0.6.5 (Posted on 2017-01-18 17:57:45)
Created At2016-11-21 20:31:45
Pushed At2020-03-29 06:22:26
Last Commit At2020-03-29 08:22:16
Stargazers Count44
Watchers Count5
Fork Count20
Commits Count272
Has Issues Enabled
Issues Count24
Issue Open Count0
Pull Requests Count22
Pull Requests Open Count0
Pull Requests Close Count8
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private
To the top