aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/META-INF/aop.xml
diff options
context:
space:
mode:
authorIvan Topolnjak <ivantopo@gmail.com>2013-05-24 02:19:19 -0300
committerIvan Topolnjak <ivantopo@gmail.com>2013-05-24 02:19:19 -0300
commit32746f4fca3ebf2edf4a15ada327ae2733676f0b (patch)
treee2885d6ae8f51acbb18549a88d2d05deb1d34868 /src/main/resources/META-INF/aop.xml
parenta12e8579e09c5fd8fdf98ba4553f0a232ddfea6b (diff)
downloadKamon-32746f4fca3ebf2edf4a15ada327ae2733676f0b.tar.gz
Kamon-32746f4fca3ebf2edf4a15ada327ae2733676f0b.tar.bz2
Kamon-32746f4fca3ebf2edf4a15ada327ae2733676f0b.zip
switched back to scalatest and created simple instrumentation for futures body
Diffstat (limited to 'src/main/resources/META-INF/aop.xml')
-rw-r--r--src/main/resources/META-INF/aop.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/resources/META-INF/aop.xml b/src/main/resources/META-INF/aop.xml
index 99eee806..ae3914cd 100644
--- a/src/main/resources/META-INF/aop.xml
+++ b/src/main/resources/META-INF/aop.xml
@@ -11,6 +11,7 @@
<aspect name="akka.instrumentation.ActorRefTellInstrumentation"/>
<aspect name="akka.instrumentation.ActorCellInvokeInstrumentation"/>
<aspect name="kamon.instrumentation.PromiseInstrumentation"/>
+ <aspect name="kamon.instrumentation.PromiseCompletingRunnableInstrumentation" />
<include within="*"/>
<exclude within="javax.*"/>