aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/META-INF/aop.xml
diff options
context:
space:
mode:
authorIvan Topolnak <ivantopo@gmail.com>2013-06-24 19:16:22 -0300
committerIvan Topolnak <ivantopo@gmail.com>2013-06-24 19:16:22 -0300
commitd1e22b3f446c89413c67421f19ab5215ebdfcd43 (patch)
treea3de65518512f1c109d912899893196272748690 /src/main/resources/META-INF/aop.xml
parent062894d8429088b154db9cc25c42337956c25a4e (diff)
downloadKamon-d1e22b3f446c89413c67421f19ab5215ebdfcd43.tar.gz
Kamon-d1e22b3f446c89413c67421f19ab5215ebdfcd43.tar.bz2
Kamon-d1e22b3f446c89413c67421f19ab5215ebdfcd43.zip
doing some testing on alternatives ways to weave the classes
Diffstat (limited to 'src/main/resources/META-INF/aop.xml')
-rw-r--r--src/main/resources/META-INF/aop.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/resources/META-INF/aop.xml b/src/main/resources/META-INF/aop.xml
index 3911af1b..152270a7 100644
--- a/src/main/resources/META-INF/aop.xml
+++ b/src/main/resources/META-INF/aop.xml
@@ -12,6 +12,8 @@
<aspect name="kamon.instrumentation.RunnableInstrumentation" />
<aspect name="kamon.instrumentation.MessageQueueInstrumentation" />
+ <aspect name="kamon.instrumentation.InceptionAspect"/>
+
<!-- ExecutorService Instrumentation for Akka. -->
<aspect name="kamon.instrumentation.ExecutorServiceFactoryProviderInstrumentation"/>
<aspect name="kamon.instrumentation.NamedExecutorServiceFactoryDelegateInstrumentation"/>