aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src
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
commit7298ddee182f08f7232e8daf8e628b089678f77b (patch)
tree126a64b1e63637ed3b052f7f92b7252350e12a54 /kamon-core/src
parentddb000a4510dfce20f7090ac92ea9144403addd6 (diff)
downloadKamon-7298ddee182f08f7232e8daf8e628b089678f77b.tar.gz
Kamon-7298ddee182f08f7232e8daf8e628b089678f77b.tar.bz2
Kamon-7298ddee182f08f7232e8daf8e628b089678f77b.zip
simple test for ActorLogging instrumentation
Diffstat (limited to 'kamon-core/src')
-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"/>-->