aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main/resources
diff options
context:
space:
mode:
authorIvan Topolnjak <ivantopo@gmail.com>2014-08-31 21:52:06 -0300
committerIvan Topolnjak <ivantopo@gmail.com>2014-08-31 21:52:06 -0300
commit0d7fa6333c7d6e865575522a0015c93ff3fbbe1b (patch)
tree2bf4c6b31305f516f2576b2e82f2496bb73e5eac /kamon-core/src/main/resources
parentc058e1b8f459f134f2409c06a57d01febfa0dc84 (diff)
downloadKamon-0d7fa6333c7d6e865575522a0015c93ff3fbbe1b.tar.gz
Kamon-0d7fa6333c7d6e865575522a0015c93ff3fbbe1b.tar.bz2
Kamon-0d7fa6333c7d6e865575522a0015c93ff3fbbe1b.zip
+ core: initial support for akka remoting/cluster, related to #61
Diffstat (limited to 'kamon-core/src/main/resources')
-rw-r--r--kamon-core/src/main/resources/META-INF/aop.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/kamon-core/src/main/resources/META-INF/aop.xml b/kamon-core/src/main/resources/META-INF/aop.xml
index 99360bb4..a272320f 100644
--- a/kamon-core/src/main/resources/META-INF/aop.xml
+++ b/kamon-core/src/main/resources/META-INF/aop.xml
@@ -14,6 +14,9 @@
<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"/>
@@ -32,6 +35,9 @@
<include within="akka..*"/>
<include within="spray..*"/>
<include within="kamon..*"/>
+
+ <!-- For some weird reason ByteString produces a java.lang.VerifyError after going through the weaver. -->
+ <exclude within="akka.util.ByteString"/>
</weaver>
</aspectj> \ No newline at end of file