aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main/resources/META-INF/aop.xml
diff options
context:
space:
mode:
Diffstat (limited to 'kamon-core/src/main/resources/META-INF/aop.xml')
-rw-r--r--kamon-core/src/main/resources/META-INF/aop.xml20
1 files changed, 10 insertions, 10 deletions
diff --git a/kamon-core/src/main/resources/META-INF/aop.xml b/kamon-core/src/main/resources/META-INF/aop.xml
index 3a029ace..8c7eb235 100644
--- a/kamon-core/src/main/resources/META-INF/aop.xml
+++ b/kamon-core/src/main/resources/META-INF/aop.xml
@@ -6,24 +6,24 @@
<aspect name="kamon.instrumentation.AspectJWeaverMissingWarning"/>
<!-- Actors -->
- <aspect name="akka.instrumentation.TraceContextIntoRepointableActorRefMixin"/>
- <aspect name="akka.instrumentation.TraceContextIntoSystemMessageMixin"/>
- <aspect name="akka.instrumentation.ActorSystemMessageInstrumentation"/>
- <aspect name="akka.instrumentation.TraceContextIntoEnvelopeMixin"/>
- <aspect name="akka.instrumentation.ActorCellMetricsIntoActorCellMixin"/>
- <aspect name="akka.instrumentation.ActorCellInstrumentation"/>
- <aspect name="akka.instrumentation.ActorLoggingInstrumentation"/>
+ <aspect name="akka.kamon.instrumentation.TraceContextIntoRepointableActorRefMixin"/>
+ <aspect name="akka.kamon.instrumentation.TraceContextIntoSystemMessageMixin"/>
+ <aspect name="akka.kamon.instrumentation.ActorSystemMessageInstrumentation"/>
+ <aspect name="akka.kamon.instrumentation.TraceContextIntoEnvelopeMixin"/>
+ <aspect name="akka.kamon.instrumentation.ActorCellMetricsIntoActorCellMixin"/>
+ <aspect name="akka.kamon.instrumentation.ActorCellInstrumentation"/>
+ <aspect name="akka.kamon.instrumentation.ActorLoggingInstrumentation"/>
<!-- Dispatchers -->
- <aspect name="akka.instrumentation.DispatcherInstrumentation"/>
- <aspect name="akka.instrumentation.DispatcherMetricCollectionInfoIntoDispatcherMixin"/>
+ <aspect name="akka.kamon.instrumentation.DispatcherInstrumentation"/>
+ <aspect name="akka.kamon.instrumentation.DispatcherMetricCollectionInfoIntoDispatcherMixin"/>
<!-- Futures -->
<aspect name="kamon.instrumentation.scala.FutureInstrumentation"/>
<aspect name="kamon.instrumentation.scalaz.FutureInstrumentation"/>
<!-- Patterns -->
- <aspect name="akka.instrumentation.AskPatternInstrumentation"/>
+ <aspect name="akka.kamon.instrumentation.AskPatternInstrumentation"/>
</aspects>
<weaver>