aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main
diff options
context:
space:
mode:
authorIvan Topolnjak <ivantopo@gmail.com>2013-11-23 21:30:34 -0300
committerIvan Topolnjak <ivantopo@gmail.com>2013-11-23 21:30:34 -0300
commit7229603c19c545381ae4d608c32d04a9a66dff5e (patch)
tree381fa3ae22befd5a1171f4091b806c78ef0cc865 /kamon-core/src/main
parent26bd7ccd87adf2aeb2116b7b0f4146e3d895b0fc (diff)
downloadKamon-7229603c19c545381ae4d608c32d04a9a66dff5e.tar.gz
Kamon-7229603c19c545381ae4d608c32d04a9a66dff5e.tar.bz2
Kamon-7229603c19c545381ae4d608c32d04a9a66dff5e.zip
Put FutureTracing instrumentation in place, simpler and more explicit test
Diffstat (limited to 'kamon-core/src/main')
-rw-r--r--kamon-core/src/main/resources/META-INF/aop.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/kamon-core/src/main/resources/META-INF/aop.xml b/kamon-core/src/main/resources/META-INF/aop.xml
index af1dad7c..b3e6a290 100644
--- a/kamon-core/src/main/resources/META-INF/aop.xml
+++ b/kamon-core/src/main/resources/META-INF/aop.xml
@@ -9,7 +9,6 @@
<aspect name="kamon.trace.instrumentation.EnvelopeTracingContext"/>
<aspect name="kamon.trace.instrumentation.ActorCellInvokeInstrumentation"/>
- <aspect name="kamon.trace.instrumentation.RunnableTracing" />
<aspect name="kamon.instrumentation.ActorSystemInstrumentation"/>
<aspect name="kamon.trace.instrumentation.ActorLoggingInstrumentation"/>
<aspect name="akka.pattern.tracing.AskPatternTracing"/>