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
commiteb096e72db40231057a854e98d7aeb806ea326e9 (patch)
tree1795c721bb65adac57aacf48dd033165150d2ed7 /kamon-core
parent7229603c19c545381ae4d608c32d04a9a66dff5e (diff)
downloadKamon-eb096e72db40231057a854e98d7aeb806ea326e9.tar.gz
Kamon-eb096e72db40231057a854e98d7aeb806ea326e9.tar.bz2
Kamon-eb096e72db40231057a854e98d7aeb806ea326e9.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"/>