aboutsummaryrefslogtreecommitdiff
path: root/kamon-core
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
commitbc24dc67a0e0bacf62ef040d991b25d28e4c4a2b (patch)
treec3d80642d22bfbb27b98d20e7e6631a45f79efb0 /kamon-core
parent0ffbf436a7d9d69c2292c9892e740b592dc8d85e (diff)
downloadKamon-bc24dc67a0e0bacf62ef040d991b25d28e4c4a2b.tar.gz
Kamon-bc24dc67a0e0bacf62ef040d991b25d28e4c4a2b.tar.bz2
Kamon-bc24dc67a0e0bacf62ef040d991b25d28e4c4a2b.zip
relocate ask pattern tracing
Diffstat (limited to 'kamon-core')
-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..*"/>