aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main/resources
diff options
context:
space:
mode:
authorIvan Topolnjak <ivantopo@gmail.com>2013-11-23 22:54:47 -0300
committerIvan Topolnjak <ivantopo@gmail.com>2013-11-23 22:54:47 -0300
commit29979e7a56f7b34f238579a20a0e97728a33abe4 (patch)
treeaac4939ca8665f47c799b6e5e5c208ade602ab5d /kamon-core/src/main/resources
parenteb096e72db40231057a854e98d7aeb806ea326e9 (diff)
downloadKamon-29979e7a56f7b34f238579a20a0e97728a33abe4.tar.gz
Kamon-29979e7a56f7b34f238579a20a0e97728a33abe4.tar.bz2
Kamon-29979e7a56f7b34f238579a20a0e97728a33abe4.zip
simple test for ActorLogging instrumentation
Diffstat (limited to 'kamon-core/src/main/resources')
-rw-r--r--kamon-core/src/main/resources/META-INF/aop.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/kamon-core/src/main/resources/META-INF/aop.xml b/kamon-core/src/main/resources/META-INF/aop.xml
index d1df0450..fe9db3e4 100644
--- a/kamon-core/src/main/resources/META-INF/aop.xml
+++ b/kamon-core/src/main/resources/META-INF/aop.xml
@@ -7,7 +7,7 @@
<aspects>
<aspect name="kamon.instrumentation.ActorSystemInstrumentation"/>
- <aspect name="kamon.trace.instrumentation.ActorLoggingInstrumentation"/>
+
<aspect name="akka.pattern.tracing.AskPatternTracing"/>
<!--<aspect name="kamon.instrumentation.MessageQueueInstrumentation" />-->
<!--<aspect name="kamon.instrumentation.InceptionAspect"/>-->