aboutsummaryrefslogtreecommitdiff
path: root/kamon-log-reporter
diff options
context:
space:
mode:
authorIvan Topolnjak <ivantopo@gmail.com>2014-12-28 07:59:59 +0100
committerIvan Topolnjak <ivantopo@gmail.com>2014-12-28 18:15:48 +0100
commit4d0e37594cb223b091ba2ec126eabe89ac8c13f8 (patch)
tree5989bcd31a1055fb8a9481c764ae7c6e3ad668bb /kamon-log-reporter
parent0be6a850b1e458bdc961c956daddb8d8cc1682b5 (diff)
downloadKamon-4d0e37594cb223b091ba2ec126eabe89ac8c13f8.tar.gz
Kamon-4d0e37594cb223b091ba2ec126eabe89ac8c13f8.tar.bz2
Kamon-4d0e37594cb223b091ba2ec126eabe89ac8c13f8.zip
! core,akka: separate all akka instrumentation into it's own kamon-akka module, related to #136.
All Akka-related instrumentation and code has been moved to the kamon-akka module, including the filters for actor, dispatcher and router metrics. Also the following changes are included: - Router Metrics are now working properly, related to #139. - Cleanup the log output for this module, related to #142. - Some minor cleanups in various tests. This PR breaks the reporting modules which will need to wait for #141 to be ready to come back to life.
Diffstat (limited to 'kamon-log-reporter')
-rw-r--r--kamon-log-reporter/src/main/scala/kamon/logreporter/LogReporter.scala3
1 files changed, 2 insertions, 1 deletions
diff --git a/kamon-log-reporter/src/main/scala/kamon/logreporter/LogReporter.scala b/kamon-log-reporter/src/main/scala/kamon/logreporter/LogReporter.scala
index fd76f50c..61d87793 100644
--- a/kamon-log-reporter/src/main/scala/kamon/logreporter/LogReporter.scala
+++ b/kamon-log-reporter/src/main/scala/kamon/logreporter/LogReporter.scala
@@ -19,7 +19,8 @@ package kamon.logreporter
import akka.actor._
import akka.event.Logging
import kamon.Kamon
-import kamon.metric.ActorMetrics.ActorMetricSnapshot
+import kamon.akka.ActorMetrics
+import ActorMetrics.ActorMetricSnapshot
import kamon.metric.Subscriptions.TickMetricSnapshot
import kamon.metric.TraceMetrics.TraceMetricsSnapshot
import kamon.metric.UserMetrics._