aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main/resources
diff options
context:
space:
mode:
authorAndrei Pozolotin <Andrei.Pozolotin@gmail.com>2014-11-12 10:26:12 -0600
committerAndrei Pozolotin <Andrei.Pozolotin@gmail.com>2014-11-12 11:17:06 -0600
commit6ca527bd36b4056bff52f56e82cc02a7198ecc0f (patch)
treeb9b0baa126f63f5e0e4cd4e5283eae55620134cd /kamon-core/src/main/resources
parent2f274788aa8c96eed918ef3ddb69de496d5d0346 (diff)
downloadKamon-6ca527bd36b4056bff52f56e82cc02a7198ecc0f.tar.gz
Kamon-6ca527bd36b4056bff52f56e82cc02a7198ecc0f.tar.bz2
Kamon-6ca527bd36b4056bff52f56e82cc02a7198ecc0f.zip
= core: kamon akka instrumentation name space
suppress javac warnings move javac settings
Diffstat (limited to 'kamon-core/src/main/resources')
-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>