kamon-akka

Kamon Akka Integration

Github星跟踪图

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.

主要指标

概览
名称与所有者kamon-io/kamon-akka
主编程语言Scala
编程语言Scala (语言数: 3)
平台
许可证Other
所有者活动
创建于2016-11-21 20:31:45
推送于2020-03-29 06:22:26
最后一次提交2020-03-29 08:22:16
发布数24
最新版本名称v2.0.3 (发布于 2020-03-04 11:10:17)
第一版名称v0.6.5 (发布于 2017-01-18 17:57:45)
用户参与
星数44
关注者数4
派生数20
提交数272
已启用问题?
问题数24
打开的问题数0
拉请求数22
打开的拉请求数0
关闭的拉请求数8
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?