aboutsummaryrefslogtreecommitdiff
path: root/kamon-core
diff options
context:
space:
mode:
authorIvan Topolnjak <ivantopo@gmail.com>2013-11-23 21:57:27 -0300
committerIvan Topolnjak <ivantopo@gmail.com>2013-11-23 21:57:27 -0300
commitf9b596754feb657f1130eebd0cc4ac2a5e741518 (patch)
treeb3dab1bd1591e2ab045eab28dc7db4db0b9f743d /kamon-core
parent6ba7487204e0339437c7279e6330fc03419a2c5c (diff)
downloadKamon-f9b596754feb657f1130eebd0cc4ac2a5e741518.tar.gz
Kamon-f9b596754feb657f1130eebd0cc4ac2a5e741518.tar.bz2
Kamon-f9b596754feb657f1130eebd0cc4ac2a5e741518.zip
Little clean up to actor message passing tracing
Diffstat (limited to 'kamon-core')
-rw-r--r--kamon-core/src/main/resources/META-INF/aop.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/kamon-core/src/main/resources/META-INF/aop.xml b/kamon-core/src/main/resources/META-INF/aop.xml
index b3e6a290..d1df0450 100644
--- a/kamon-core/src/main/resources/META-INF/aop.xml
+++ b/kamon-core/src/main/resources/META-INF/aop.xml
@@ -6,9 +6,6 @@
</weaver>
<aspects>
-
- <aspect name="kamon.trace.instrumentation.EnvelopeTracingContext"/>
- <aspect name="kamon.trace.instrumentation.ActorCellInvokeInstrumentation"/>
<aspect name="kamon.instrumentation.ActorSystemInstrumentation"/>
<aspect name="kamon.trace.instrumentation.ActorLoggingInstrumentation"/>
<aspect name="akka.pattern.tracing.AskPatternTracing"/>