aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main/resources
diff options
context:
space:
mode:
authorIvan Topolnak <ivantopo@gmail.com>2013-11-12 18:15:00 -0300
committerIvan Topolnak <ivantopo@gmail.com>2013-11-12 18:15:00 -0300
commit26bd7ccd87adf2aeb2116b7b0f4146e3d895b0fc (patch)
tree6a6566eba445e122ea0a7d0f389f21a8160980ff /kamon-core/src/main/resources
parent136fb4f454bfacc98f0d0ea8a82fbd1d35338715 (diff)
downloadKamon-26bd7ccd87adf2aeb2116b7b0f4146e3d895b0fc.tar.gz
Kamon-26bd7ccd87adf2aeb2116b7b0f4146e3d895b0fc.tar.bz2
Kamon-26bd7ccd87adf2aeb2116b7b0f4146e3d895b0fc.zip
Initial ask pattern tracing
Diffstat (limited to 'kamon-core/src/main/resources')
-rw-r--r--kamon-core/src/main/resources/META-INF/aop.xml17
1 files changed, 7 insertions, 10 deletions
diff --git a/kamon-core/src/main/resources/META-INF/aop.xml b/kamon-core/src/main/resources/META-INF/aop.xml
index 3532b19b..af1dad7c 100644
--- a/kamon-core/src/main/resources/META-INF/aop.xml
+++ b/kamon-core/src/main/resources/META-INF/aop.xml
@@ -2,7 +2,7 @@
<aspectj>
<weaver options="-verbose -showWeaveInfo">
- <!--<dump within="*" beforeandafter="true"/>-->
+ <!--<dump within="*"/>-->
</weaver>
<aspects>
@@ -12,7 +12,7 @@
<aspect name="kamon.trace.instrumentation.RunnableTracing" />
<aspect name="kamon.instrumentation.ActorSystemInstrumentation"/>
<aspect name="kamon.trace.instrumentation.ActorLoggingInstrumentation"/>
-
+ <aspect name="akka.pattern.tracing.AskPatternTracing"/>
<!--<aspect name="kamon.instrumentation.MessageQueueInstrumentation" />-->
<!--<aspect name="kamon.instrumentation.InceptionAspect"/>-->
<!-- ExecutorService Instrumentation for Akka. -->
@@ -21,14 +21,11 @@
<!--<aspect name ="kamon.instrumentation.ForkJoinPoolInstrumentation"/>-->
- <include within="*"/>
- <exclude within="javax..*"/>
- <exclude within="com.newrelic..*"/>
- <exclude within="org.aspectj..*"/>
- <exclude within="scala..*"/>
- <exclude within="scalaz..*"/>
- <exclude within="scalad..*"/>
- <exclude within="play..*"/>
+ <!--<exclude within="*"/>-->
+ <include within="scala.concurrent..*"/>
+ <include within="akka..*"/>
+ <include within="spray..*"/>
+ <include within="kamon..*"/>
</aspects>
</aspectj>