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.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/main/resources/META-INF/aop.xml b/src/main/resources/META-INF/aop.xml
index 152270a7..b0a1d40d 100644
--- a/src/main/resources/META-INF/aop.xml
+++ b/src/main/resources/META-INF/aop.xml
@@ -1,8 +1,8 @@
<!DOCTYPE aspectj PUBLIC "-//AspectJ//DTD//EN" "http://www.eclipse.org/aspectj/dtd/aspectj.dtd">
<aspectj>
- <weaver options="-verbose -showWeaveInfo">
- <dump within="*" beforeandafter="true"/>
+ <weaver options="-verbose">
+ <!--<dump within="*" beforeandafter="true"/>-->
</weaver>
<aspects>
@@ -15,8 +15,9 @@
<aspect name="kamon.instrumentation.InceptionAspect"/>
<!-- ExecutorService Instrumentation for Akka. -->
- <aspect name="kamon.instrumentation.ExecutorServiceFactoryProviderInstrumentation"/>
- <aspect name="kamon.instrumentation.NamedExecutorServiceFactoryDelegateInstrumentation"/>
+<!-- <aspect name="kamon.instrumentation.ExecutorServiceFactoryProviderInstrumentation"/>
+ <aspect name="kamon.instrumentation.NamedExecutorServiceFactoryDelegateInstrumentation"/>-->
+ <aspect name="kamon.instrumentation.ActorSystemInstrumentation"/>