aboutsummaryrefslogblamecommitdiff
path: root/kamon-play/src/main/resources/META-INF/aop.xml
blob: e24d48d51c53d39f42aeb4560b794925b1dbdecb (plain) (tree)
1
2
3
4
5
6
7
8
9



                                                                                                
                                                                      
                                                                 
                                                                         

            
           


                                      
<!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>