kamon-akka-remote


License

License

Categories

Categories

Akka Container Microservices Reactive libraries
GroupId

GroupId

io.kamon
ArtifactId

ArtifactId

kamon-akka-remote_2.12
Last Version

Last Version

2.0.0-RC2
Release Date

Release Date

Type

Type

jar
Description

Description

kamon-akka-remote
kamon-akka-remote
Project URL

Project URL

http://kamon.io
Project Organization

Project Organization

The Kamon Project

Download kamon-akka-remote_2.12

How to add to project

<!-- https://jarcasting.com/artifacts/io.kamon/kamon-akka-remote_2.12/ -->
<dependency>
    <groupId>io.kamon</groupId>
    <artifactId>kamon-akka-remote_2.12</artifactId>
    <version>2.0.0-RC2</version>
</dependency>
// https://jarcasting.com/artifacts/io.kamon/kamon-akka-remote_2.12/
implementation 'io.kamon:kamon-akka-remote_2.12:2.0.0-RC2'
// https://jarcasting.com/artifacts/io.kamon/kamon-akka-remote_2.12/
implementation ("io.kamon:kamon-akka-remote_2.12:2.0.0-RC2")
'io.kamon:kamon-akka-remote_2.12:jar:2.0.0-RC2'
<dependency org="io.kamon" name="kamon-akka-remote_2.12" rev="2.0.0-RC2">
  <artifact name="kamon-akka-remote_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.kamon', module='kamon-akka-remote_2.12', version='2.0.0-RC2')
)
libraryDependencies += "io.kamon" % "kamon-akka-remote_2.12" % "2.0.0-RC2"
[io.kamon/kamon-akka-remote_2.12 "2.0.0-RC2"]

Dependencies

compile (6)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.12.8
io.kamon : kamon-core_2.12 jar 2.0.0-RC1
io.kamon : kamon-instrumentation-common_2.12 jar 2.0.0-RC2
io.kamon : kamon-scala-future_2.12 jar 2.0.0-RC1
io.kamon : kamon-executors_2.12 jar 2.0.0-RC1
io.kamon : kamon-akka_2.12 jar 2.0.0-RC2

provided (5)

Group / Artifact Type Version
com.typesafe.akka : akka-actor_2.12 jar 2.5.23
com.typesafe.akka : akka-remote_2.12 jar 2.5.23
com.typesafe.akka : akka-cluster_2.12 jar 2.5.23
com.typesafe.akka : akka-cluster-sharding_2.12 jar 2.5.23
io.kamon : kanela-agent jar 1.0.0-RC2

Project Modules

There are no modules declared in this project.

Akka Remote Integration

Build Status Gitter Maven Central

Important

In the Kamon 2.0 series we moved all Akka-related instrumentation to the kamon-akka repository. This repository remains here for reference for those using previous Kamon versions.

Getting Started

This module is currently available for Scala 2.10, 2.11 and 2.12, and requires you to start your application using the AspectJ Weaver Agent. Kamon will warn you at startup if you failed to do so.

Supported releases and dependencies are shown below.

kamon-akka-remote-2.4 status jdk scala akka
1.1.0 stable 1.7+, 1.8+ 2.11, 2.12 2.4.x
kamon-akka-remote-2.5 status jdk scala akka
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-remote-2.5" % "1.1.0"
<dependency>
    <groupId>io.kamon</groupId>
    <artifactId>kamon-kamon-akka-2.5_2.12</artifactId>
    <version>1.1.0</version>
</dependency>
io.kamon

Kamon Open Source Project

Tools for monitoring applications running on the JVM

Versions

Version
2.0.0-RC2
2.0.0-RC1