aboutsummaryrefslogtreecommitdiff
path: root/kamon-play/src/main/resources/META-INF/aop.xml
blob: ca499a33af1e4437564588518e5f78750d4f9627 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<!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"/>
  </aspects>

   <weaver>
       <include within="play.api..*"/>
   </weaver>
</aspectj>