aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main/resources/META-INF/aop.xml
diff options
context:
space:
mode:
authorMichael Donaghy <michael.donaghy@visualdna.com>2014-08-20 12:36:44 +0100
committerMichael Donaghy <michael.donaghy@visualdna.com>2014-08-21 09:32:42 +0100
commitb8f61d74ff71eb4e210368a9a8eee33bd504adbb (patch)
tree20200d40eab7ebde99002e09ff316ac4a1323526 /kamon-core/src/main/resources/META-INF/aop.xml
parentcd1e2519140211253120d49c8457e34833c6a3e9 (diff)
downloadKamon-b8f61d74ff71eb4e210368a9a8eee33bd504adbb.tar.gz
Kamon-b8f61d74ff71eb4e210368a9a8eee33bd504adbb.tar.bz2
Kamon-b8f61d74ff71eb4e210368a9a8eee33bd504adbb.zip
+ core: add support for trace context propagation on Scalaz futures
Diffstat (limited to 'kamon-core/src/main/resources/META-INF/aop.xml')
-rw-r--r--kamon-core/src/main/resources/META-INF/aop.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/kamon-core/src/main/resources/META-INF/aop.xml b/kamon-core/src/main/resources/META-INF/aop.xml
index 07f5cfd1..99360bb4 100644
--- a/kamon-core/src/main/resources/META-INF/aop.xml
+++ b/kamon-core/src/main/resources/META-INF/aop.xml
@@ -20,6 +20,7 @@
<!-- Futures -->
<aspect name="kamon.instrumentation.scala.FutureInstrumentation"/>
+ <aspect name="kamon.instrumentation.scalaz.FutureInstrumentation"/>
<!-- Patterns -->
<aspect name="akka.instrumentation.AskPatternInstrumentation"/>
@@ -27,6 +28,7 @@
<weaver options="-XmessageHandlerClass:kamon.weaver.logging.KamonWeaverMessageHandler">
<include within="scala.concurrent..*"/>
+ <include within="scalaz.concurrent..*"/>
<include within="akka..*"/>
<include within="spray..*"/>
<include within="kamon..*"/>