aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main/resources/META-INF
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
commitbbf7afd85809f6d43b310290b4bb9102dd36043c (patch)
treee819812cafa5bc5c92065b003311866e7a231386 /kamon-core/src/main/resources/META-INF
parent9382ce9d66b5d6bfef515cee56f40aa178920335 (diff)
downloadKamon-bbf7afd85809f6d43b310290b4bb9102dd36043c.tar.gz
Kamon-bbf7afd85809f6d43b310290b4bb9102dd36043c.tar.bz2
Kamon-bbf7afd85809f6d43b310290b4bb9102dd36043c.zip
basic newrelic reporting
Diffstat (limited to 'kamon-core/src/main/resources/META-INF')
-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="*"/>