aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main/resources/META-INF/aop.xml
diff options
context:
space:
mode:
authorIvan Topolnjak <ivantopo@gmail.com>2014-11-03 23:27:57 +0100
committerIvan Topolnjak <ivantopo@gmail.com>2014-11-03 23:27:57 +0100
commit59faf588080b137817444a6877170e2bd687427f (patch)
treea5f1cadf6c21915938d435e1a9d01583475d0c6a /kamon-core/src/main/resources/META-INF/aop.xml
parent4b999c39b6bd09d891de718fad10b795264755c6 (diff)
parent6e3d9ae88ecce10420eeac82294c54c1b43dedf4 (diff)
downloadKamon-59faf588080b137817444a6877170e2bd687427f.tar.gz
Kamon-59faf588080b137817444a6877170e2bd687427f.tar.bz2
Kamon-59faf588080b137817444a6877170e2bd687427f.zip
Merge branch 'master' into release-0.2, kamon-play still need fixes.
Conflicts: kamon-core/src/main/scala/kamon/instrumentation/akka/ActorCellInstrumentation.scala kamon-core/src/test/scala/kamon/metric/RouterMetricsSpec.scala kamon-newrelic/src/main/scala/kamon/newrelic/NewRelic.scala kamon-play/src/main/scala/kamon/play/instrumentation/RequestInstrumentation.scala kamon-play/src/main/scala/kamon/play/instrumentation/WSInstrumentation.scala kamon-play/src/test/scala/kamon/play/WSInstrumentationSpec.scala kamon-playground/src/main/scala/test/SimpleRequestProcessor.scala kamon-statsd/src/main/scala/kamon/statsd/StatsD.scala project/Dependencies.scala
Diffstat (limited to 'kamon-core/src/main/resources/META-INF/aop.xml')
-rw-r--r--kamon-core/src/main/resources/META-INF/aop.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/kamon-core/src/main/resources/META-INF/aop.xml b/kamon-core/src/main/resources/META-INF/aop.xml
index a272320f..3a029ace 100644
--- a/kamon-core/src/main/resources/META-INF/aop.xml
+++ b/kamon-core/src/main/resources/META-INF/aop.xml
@@ -14,9 +14,6 @@
<aspect name="akka.instrumentation.ActorCellInstrumentation"/>
<aspect name="akka.instrumentation.ActorLoggingInstrumentation"/>
- <!-- Remoting and Cluster -->
- <aspect name="akka.remote.instrumentation.RemotingInstrumentation"/>
-
<!-- Dispatchers -->
<aspect name="akka.instrumentation.DispatcherInstrumentation"/>
<aspect name="akka.instrumentation.DispatcherMetricCollectionInfoIntoDispatcherMixin"/>
@@ -29,7 +26,7 @@
<aspect name="akka.instrumentation.AskPatternInstrumentation"/>
</aspects>
- <weaver options="-XmessageHandlerClass:kamon.weaver.logging.KamonWeaverMessageHandler">
+ <weaver>
<include within="scala.concurrent..*"/>
<include within="scalaz.concurrent..*"/>
<include within="akka..*"/>
@@ -38,6 +35,8 @@
<!-- For some weird reason ByteString produces a java.lang.VerifyError after going through the weaver. -->
<exclude within="akka.util.ByteString"/>
+ <!-- Exclude CallingThreadDispatcher, is only for test purposes -->
+ <exclude within="akka.testkit.CallingThreadDispatcher"/>
</weaver>
</aspectj> \ No newline at end of file