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
commit5ffb3a50be348237fda9a8176b508284c59261af (patch)
tree0d83e1d25bf4a7c2fbff67dc53316954d7706171 /kamon-core/src/main/resources/META-INF/aop.xml
parentfdd4b8817a57c94f7228c5ad6a8028f5aa7a21e4 (diff)
downloadKamon-5ffb3a50be348237fda9a8176b508284c59261af.tar.gz
Kamon-5ffb3a50be348237fda9a8176b508284c59261af.tar.bz2
Kamon-5ffb3a50be348237fda9a8176b508284c59261af.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" />-->