aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main/resources
diff options
context:
space:
mode:
authorDiego Parra <diegolparra@gmail.com>2013-10-03 13:23:31 -0300
committerDiego Parra <diegolparra@gmail.com>2013-10-03 13:24:39 -0300
commit562bebe1d0ce74217f4c355e3ab49c9ae03cdb61 (patch)
tree26c72c6f06d38a83a6cf1b661c2e82a6c9936172 /kamon-core/src/main/resources
parent4045ba1274fe6ba51ab071de6e2a5e1b31cef668 (diff)
downloadKamon-562bebe1d0ce74217f4c355e3ab49c9ae03cdb61.tar.gz
Kamon-562bebe1d0ce74217f4c355e3ab49c9ae03cdb61.tar.bz2
Kamon-562bebe1d0ce74217f4c355e3ab49c9ae03cdb61.zip
cleanup cleanup cleanup
Diffstat (limited to 'kamon-core/src/main/resources')
-rw-r--r--kamon-core/src/main/resources/META-INF/aop.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/kamon-core/src/main/resources/META-INF/aop.xml b/kamon-core/src/main/resources/META-INF/aop.xml
index efdce792..104d7f78 100644
--- a/kamon-core/src/main/resources/META-INF/aop.xml
+++ b/kamon-core/src/main/resources/META-INF/aop.xml
@@ -10,18 +10,18 @@
<aspect name="kamon.instrumentation.EnvelopeTracingContext"/>
<aspect name="kamon.instrumentation.ActorCellInvokeInstrumentation"/>
<aspect name="kamon.instrumentation.RunnableInstrumentation" />
- <!--<aspect name="kamon.instrumentation.MessageQueueInstrumentation" />-->
+ <aspect name="kamon.instrumentation.SprayRequestContextTracing"/>
+ <aspect name="kamon.instrumentation.SprayOpenRequestContextTracing"/>
+ <aspect name = "kamon.instrumentation.SprayServerInstrumentation"/>
+ <aspect name="kamon.instrumentation.ActorSystemInstrumentation"/>
- <!--<aspect name="kamon.instrumentation.InceptionAspect"/>-->
+ <!--<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.ActorSystemInstrumentation"/>
<!--<aspect name ="kamon.instrumentation.ForkJoinPoolInstrumentation"/>-->
- <aspect name="kamon.instrumentation.SprayRequestContextTracing"/>
- <aspect name="kamon.instrumentation.SprayOpenRequestContextTracing"/>
- <aspect name = "kamon.instrumentation.SprayServerInstrumentation"/>
<include within="*"/>