Kamon supports instrumenting Akka 2.4 and Akka 2.5 and bring all of these features out of the box:
In case you are not using the Kamon Bundle, add the dependency below to your build to instrument Akka 2.4 and Akka 2.5 applications.
libraryDependencies += "io.kamon" %% "kamon-akka" % "2.5.9"
<dependency>
<groupId>io.kamon</groupId>
<artifactId>kamon-akka_2.13</artifactId>
<version>2.5.9</version>
</dependency>
implementation 'io.kamon:kamon-akka_2.13:2.5.9'
You must start your application with the instrumentation agent for this module to work properly.