aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main/resources/META-INF
diff options
context:
space:
mode:
authorIvan Topolnak <ivantopo@gmail.com>2013-11-05 18:38:39 -0300
committerIvan Topolnak <ivantopo@gmail.com>2013-11-05 18:38:39 -0300
commit2b63540e5fffab545d0846cfb3dab5c0e1d0c9e1 (patch)
tree56c4ad1f025c9144376cd4463ad4d4a23e37b571 /kamon-core/src/main/resources/META-INF
parent5127c3bb83cd6fe90e071720d995cfb53d913e6a (diff)
downloadKamon-2b63540e5fffab545d0846cfb3dab5c0e1d0c9e1.tar.gz
Kamon-2b63540e5fffab545d0846cfb3dab5c0e1d0c9e1.tar.bz2
Kamon-2b63540e5fffab545d0846cfb3dab5c0e1d0c9e1.zip
basic separation of concerns between sub-projects
Diffstat (limited to 'kamon-core/src/main/resources/META-INF')
-rw-r--r--kamon-core/src/main/resources/META-INF/aop_remove_when_possible.xml (renamed from kamon-core/src/main/resources/META-INF/aop.xml)6
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_remove_when_possible.xml
index c63e17e5..207bf1b9 100644
--- a/kamon-core/src/main/resources/META-INF/aop.xml
+++ b/kamon-core/src/main/resources/META-INF/aop_remove_when_possible.xml
@@ -7,14 +7,14 @@
<aspects>
- <aspect name="kamon.instrumentation.EnvelopeTracingContext"/>
- <aspect name="kamon.instrumentation.ActorCellInvokeInstrumentation"/>
+ <aspect name="kamon.trace.instrumentation.EnvelopeTracingContext"/>
+ <aspect name="kamon.trace.instrumentation.ActorCellInvokeInstrumentation"/>
<aspect name="kamon.trace.instrumentation.RunnableTracing" />
<aspect name="kamon.instrumentation.SprayRequestContextTracing"/>
<aspect name="kamon.instrumentation.SprayOpenRequestContextTracing"/>
<aspect name = "kamon.instrumentation.SprayServerInstrumentation"/>
<aspect name="kamon.instrumentation.ActorSystemInstrumentation"/>
- <aspect name="kamon.instrumentation.ActorLoggingInstrumentation"/>
+ <aspect name="kamon.trace.instrumentation.ActorLoggingInstrumentation"/>
<!--<aspect name="kamon.instrumentation.MessageQueueInstrumentation" />-->
<!--<aspect name="kamon.instrumentation.InceptionAspect"/>-->