aboutsummaryrefslogblamecommitdiff
path: root/kamon-core/src/main/resources/META-INF/aop.xml
blob: f6951705481906985f563032f8f73d17304d44be (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>
    <weaver options="-verbose -showWeaveInfo">
       <!--<dump within="*"/>-->
    </weaver>

    <aspects>
        <aspect name="kamon.instrumentation.ActorSystemInstrumentation"/>

        <!--<exclude within="*"/>-->
        <include within="scala.concurrent..*"/>
        <include within="akka..*"/>
        <include within="spray..*"/>
        <include within="kamon..*"/>
    </aspects>

</aspectj>