aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main/resources/META-INF/aop.xml
diff options
context:
space:
mode:
authorIvan Topolnak <ivantopo@gmail.com>2013-09-18 18:43:11 -0300
committerIvan Topolnak <ivantopo@gmail.com>2013-09-18 18:43:11 -0300
commit5168621c256d25d388fb990a5bbc080a35e07b46 (patch)
tree5ebdbbf2286072bbd47b8e2e9482add5ccf382ad /kamon-core/src/main/resources/META-INF/aop.xml
parentd8305b781aaf454cec558bfb86a366682e9f5eab (diff)
downloadKamon-5168621c256d25d388fb990a5bbc080a35e07b46.tar.gz
Kamon-5168621c256d25d388fb990a5bbc080a35e07b46.tar.bz2
Kamon-5168621c256d25d388fb990a5bbc080a35e07b46.zip
basic newrelic reporting
Diffstat (limited to 'kamon-core/src/main/resources/META-INF/aop.xml')
-rw-r--r--kamon-core/src/main/resources/META-INF/aop.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/kamon-core/src/main/resources/META-INF/aop.xml b/kamon-core/src/main/resources/META-INF/aop.xml
index 0f427611..10110300 100644
--- a/kamon-core/src/main/resources/META-INF/aop.xml
+++ b/kamon-core/src/main/resources/META-INF/aop.xml
@@ -11,16 +11,16 @@
<aspect name="kamon.instrumentation.ActorCellInvokeInstrumentation"/>
<aspect name="kamon.instrumentation.UnregisteredActorRefInstrumentation"/>
<aspect name="kamon.instrumentation.RunnableInstrumentation" />
- <aspect name="kamon.instrumentation.MessageQueueInstrumentation" />
+ <!--<aspect name="kamon.instrumentation.MessageQueueInstrumentation" />-->
- <aspect name="kamon.instrumentation.InceptionAspect"/>
+ <!--<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.SprayServerInstrumentation"/>
<include within="*"/>