aboutsummaryrefslogtreecommitdiff
path: root/kamon-play24/src/main/resources/META-INF/aop.xml
diff options
context:
space:
mode:
authorDiego <diegolparra@gmail.com>2015-06-11 08:42:58 -0300
committerDiego <diegolparra@gmail.com>2015-08-09 21:03:23 -0300
commit018e30868ccbbdcaa9ecae2840143218444eddc3 (patch)
tree4bc4d2457e073769a7bd1ad562b61fe0f12e3f27 /kamon-play24/src/main/resources/META-INF/aop.xml
parentd4c063e790af5bc0a58dea7f04fd2df59b3414f1 (diff)
downloadKamon-018e30868ccbbdcaa9ecae2840143218444eddc3.tar.gz
Kamon-018e30868ccbbdcaa9ecae2840143218444eddc3.tar.bz2
Kamon-018e30868ccbbdcaa9ecae2840143218444eddc3.zip
! play: starting play 2.4.x integration
Diffstat (limited to 'kamon-play24/src/main/resources/META-INF/aop.xml')
-rw-r--r--kamon-play24/src/main/resources/META-INF/aop.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/kamon-play24/src/main/resources/META-INF/aop.xml b/kamon-play24/src/main/resources/META-INF/aop.xml
new file mode 100644
index 00000000..e24d48d5
--- /dev/null
+++ b/kamon-play24/src/main/resources/META-INF/aop.xml
@@ -0,0 +1,13 @@
+<!DOCTYPE aspectj PUBLIC "-//AspectJ//DTD//EN" "http://www.eclipse.org/aspectj/dtd/aspectj.dtd">
+
+<aspectj>
+ <aspects>
+ <aspect name="kamon.play.instrumentation.RequestInstrumentation"/>
+ <aspect name="kamon.play.instrumentation.WSInstrumentation"/>
+ <aspect name="kamon.play.instrumentation.LoggerLikeInstrumentation"/>
+ </aspects>
+
+ <weaver>
+ <include within="play.api..*"/>
+ </weaver>
+</aspectj>