aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main/resources
diff options
context:
space:
mode:
authorIvan Topolnjak <ivantopo@gmail.com>2013-11-25 02:39:24 -0300
committerIvan Topolnjak <ivantopo@gmail.com>2013-11-25 02:39:24 -0300
commitd5bbadf638e6cc2eb22d7f1c18104c7ea4ae0097 (patch)
treeecd0e1442883f011c5fbccadd36d23669e8161a5 /kamon-core/src/main/resources
parent29979e7a56f7b34f238579a20a0e97728a33abe4 (diff)
downloadKamon-d5bbadf638e6cc2eb22d7f1c18104c7ea4ae0097.tar.gz
Kamon-d5bbadf638e6cc2eb22d7f1c18104c7ea4ae0097.tar.bz2
Kamon-d5bbadf638e6cc2eb22d7f1c18104c7ea4ae0097.zip
relocate ask pattern tracing
Diffstat (limited to 'kamon-core/src/main/resources')
-rw-r--r--kamon-core/src/main/resources/META-INF/aop.xml9
1 files changed, 0 insertions, 9 deletions
diff --git a/kamon-core/src/main/resources/META-INF/aop.xml b/kamon-core/src/main/resources/META-INF/aop.xml
index fe9db3e4..f6951705 100644
--- a/kamon-core/src/main/resources/META-INF/aop.xml
+++ b/kamon-core/src/main/resources/META-INF/aop.xml
@@ -8,15 +8,6 @@
<aspects>
<aspect name="kamon.instrumentation.ActorSystemInstrumentation"/>
- <aspect name="akka.pattern.tracing.AskPatternTracing"/>
- <!--<aspect name="kamon.instrumentation.MessageQueueInstrumentation" />-->
- <!--<aspect name="kamon.instrumentation.InceptionAspect"/>-->
- <!-- ExecutorService Instrumentation for Akka. -->
-<!-- <aspect name="kamon.instrumentation.ExecutorServiceFactoryProviderInstrumentation"/>
- <aspect name="kamon.instrumentation.NamedExecutorServiceFactoryDelegateInstrumentation"/>-->
- <!--<aspect name ="kamon.instrumentation.ForkJoinPoolInstrumentation"/>-->
-
-
<!--<exclude within="*"/>-->
<include within="scala.concurrent..*"/>
<include within="akka..*"/>