aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main/resources/META-INF
diff options
context:
space:
mode:
authorIvan Topolnak <ivantopo@gmail.com>2013-11-04 18:11:16 -0300
committerIvan Topolnak <ivantopo@gmail.com>2013-11-04 18:11:16 -0300
commit5127c3bb83cd6fe90e071720d995cfb53d913e6a (patch)
treea29cc7be7f729566f3a5a2fc3bc8044c7f47f3cc /kamon-core/src/main/resources/META-INF
parentca1e93621ddad4b9f2a9028ea183b1c2f4c25a27 (diff)
downloadKamon-5127c3bb83cd6fe90e071720d995cfb53d913e6a.tar.gz
Kamon-5127c3bb83cd6fe90e071720d995cfb53d913e6a.tar.bz2
Kamon-5127c3bb83cd6fe90e071720d995cfb53d913e6a.zip
wip
Diffstat (limited to 'kamon-core/src/main/resources/META-INF')
-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 f13effb9..c63e17e5 100644
--- a/kamon-core/src/main/resources/META-INF/aop.xml
+++ b/kamon-core/src/main/resources/META-INF/aop.xml
@@ -9,7 +9,7 @@
<aspect name="kamon.instrumentation.EnvelopeTracingContext"/>
<aspect name="kamon.instrumentation.ActorCellInvokeInstrumentation"/>
- <aspect name="kamon.instrumentation.RunnableInstrumentation" />
+ <aspect name="kamon.trace.instrumentation.RunnableTracing" />
<aspect name="kamon.instrumentation.SprayRequestContextTracing"/>
<aspect name="kamon.instrumentation.SprayOpenRequestContextTracing"/>
<aspect name = "kamon.instrumentation.SprayServerInstrumentation"/>