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