aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main/resources/META-INF
diff options
context:
space:
mode:
authorIvan Topolnjak <ivantopo@gmail.com>2014-12-29 10:17:29 +0100
committerIvan Topolnjak <ivantopo@gmail.com>2014-12-29 10:17:29 +0100
commit9248e13f0a2de65ae406240c208bbcfeddcf3b2e (patch)
tree5989bcd31a1055fb8a9481c764ae7c6e3ad668bb /kamon-core/src/main/resources/META-INF
parent0e49b69ac88107b26ef4e3c854eb2448eefcfd98 (diff)
parent63728562a09360871a167a67fcf43290c423d21f (diff)
downloadKamon-9248e13f0a2de65ae406240c208bbcfeddcf3b2e.tar.gz
Kamon-9248e13f0a2de65ae406240c208bbcfeddcf3b2e.tar.bz2
Kamon-9248e13f0a2de65ae406240c208bbcfeddcf3b2e.zip
Merge branch 'master' of github.com:kamon-io/Kamon
Diffstat (limited to 'kamon-core/src/main/resources/META-INF')
-rw-r--r--kamon-core/src/main/resources/META-INF/aop.xml21
1 files changed, 0 insertions, 21 deletions
diff --git a/kamon-core/src/main/resources/META-INF/aop.xml b/kamon-core/src/main/resources/META-INF/aop.xml
index 8c7eb235..47ce11d8 100644
--- a/kamon-core/src/main/resources/META-INF/aop.xml
+++ b/kamon-core/src/main/resources/META-INF/aop.xml
@@ -5,38 +5,17 @@
<!-- Disable AspectJ Weaver not present error -->
<aspect name="kamon.instrumentation.AspectJWeaverMissingWarning"/>
- <!-- Actors -->
- <aspect name="akka.kamon.instrumentation.TraceContextIntoRepointableActorRefMixin"/>
- <aspect name="akka.kamon.instrumentation.TraceContextIntoSystemMessageMixin"/>
- <aspect name="akka.kamon.instrumentation.ActorSystemMessageInstrumentation"/>
- <aspect name="akka.kamon.instrumentation.TraceContextIntoEnvelopeMixin"/>
- <aspect name="akka.kamon.instrumentation.ActorCellMetricsIntoActorCellMixin"/>
- <aspect name="akka.kamon.instrumentation.ActorCellInstrumentation"/>
- <aspect name="akka.kamon.instrumentation.ActorLoggingInstrumentation"/>
-
- <!-- Dispatchers -->
- <aspect name="akka.kamon.instrumentation.DispatcherInstrumentation"/>
- <aspect name="akka.kamon.instrumentation.DispatcherMetricCollectionInfoIntoDispatcherMixin"/>
-
<!-- Futures -->
<aspect name="kamon.instrumentation.scala.FutureInstrumentation"/>
<aspect name="kamon.instrumentation.scalaz.FutureInstrumentation"/>
- <!-- Patterns -->
- <aspect name="akka.kamon.instrumentation.AskPatternInstrumentation"/>
</aspects>
<weaver>
<include within="scala.concurrent..*"/>
<include within="scalaz.concurrent..*"/>
- <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"/>
- <!-- Exclude CallingThreadDispatcher, is only for test purposes -->
- <exclude within="akka.testkit.CallingThreadDispatcher"/>
</weaver>
</aspectj> \ No newline at end of file