aboutsummaryrefslogtreecommitdiff
path: root/kamon-play24/src/main/resources/META-INF/aop.xml
diff options
context:
space:
mode:
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>