aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main/resources/META-INF/aop.xml
diff options
context:
space:
mode:
authorDiego Parra <diegolparra@gmail.com>2013-09-19 08:58:34 -0300
committerDiego Parra <diegolparra@gmail.com>2013-10-01 17:52:28 -0300
commit3919457bc68e203aab27eb9d9a1898fa70225dff (patch)
tree426f1bf59aa93894b9ed621cc65a8d48be39c837 /kamon-core/src/main/resources/META-INF/aop.xml
parent2bde052cc3a3a6eb97b72d3504cd7a4a40a5c2a8 (diff)
downloadKamon-3919457bc68e203aab27eb9d9a1898fa70225dff.tar.gz
Kamon-3919457bc68e203aab27eb9d9a1898fa70225dff.tar.bz2
Kamon-3919457bc68e203aab27eb9d9a1898fa70225dff.zip
Envelope Instrumentation and some cleanup
Diffstat (limited to 'kamon-core/src/main/resources/META-INF/aop.xml')
-rw-r--r--kamon-core/src/main/resources/META-INF/aop.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/kamon-core/src/main/resources/META-INF/aop.xml b/kamon-core/src/main/resources/META-INF/aop.xml
index 79692dd3..efdce792 100644
--- a/kamon-core/src/main/resources/META-INF/aop.xml
+++ b/kamon-core/src/main/resources/META-INF/aop.xml
@@ -7,9 +7,8 @@
<aspects>
- <aspect name="kamon.instrumentation.ActorRefTellInstrumentation"/>
+ <aspect name="kamon.instrumentation.EnvelopeTracingContext"/>
<aspect name="kamon.instrumentation.ActorCellInvokeInstrumentation"/>
- <aspect name="kamon.instrumentation.UnregisteredActorRefInstrumentation"/>
<aspect name="kamon.instrumentation.RunnableInstrumentation" />
<!--<aspect name="kamon.instrumentation.MessageQueueInstrumentation" />-->