aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/META-INF/aop.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/META-INF/aop.xml')
-rw-r--r--src/main/resources/META-INF/aop.xml14
1 files changed, 13 insertions, 1 deletions
diff --git a/src/main/resources/META-INF/aop.xml b/src/main/resources/META-INF/aop.xml
index 1413f424..33a70483 100644
--- a/src/main/resources/META-INF/aop.xml
+++ b/src/main/resources/META-INF/aop.xml
@@ -9,11 +9,23 @@
<!--<aspect name="akka.ActorSystemAspect"/>
&lt;!&ndash;<aspect name="akka.MailboxAspect"/>&ndash;&gt;-->
- <!--<aspect name="akka.PoolMonitorInstrumentation"/>-->
+ <!--<aspect name="akka.PoolMonitorAspect"/>-->
<aspect name="akka.ActorInstrumentation" />
<aspect name="akka.instrumentation.ActorRefTellInstrumentation"/>
<aspect name="akka.instrumentation.ActorCellInvokeInstrumentation"/>
<aspect name="kamon.instrumentation.RunnableInstrumentation" />
+ <!--<aspect name="kamon.instrumentation.DispatcherInstrumentation" />-->
+ <!--<aspect name ="akka.dispatch.FactoryInstrumentation" />-->
+
+
+ <!-- ExecutorService Instrumentation for Akka. -->
+ <aspect name="akka.dispatch.ExecutorServiceFactoryProviderInstrumentation"/>
+ <aspect name="akka.dispatch.NamedExecutorServiceFactoryDelegateInstrumentation"/>
+
+
+
+
+
<include within="*"/>
<exclude within="javax..*"/>