aboutsummaryrefslogblamecommitdiff
path: root/src/main/resources/META-INF/aop.xml
blob: 33a704833ff881606e72f132c4f74b385123c684 (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="akka.ActorSystemAspect"/>
        &lt;!&ndash;<aspect name="akka.MailboxAspect"/>&ndash;&gt;-->
        <!--<aspect name="akka.PoolMonitorAspect"/>-->
        <aspect name="akka.ActorInstrumentation" />
        <aspect name="akka.instrumentation.ActorRefTellInstrumentation"/>
        <aspect name="akka.instrumentation.ActorCellInvokeInstrumentation"/>
        <aspect name="kamon.instrumentation.RunnableInstrumentation" />
        <!--<aspect name="kamon.instrumentation.DispatcherInstrumentation" />-->
        <!--<aspect name ="akka.dispatch.FactoryInstrumentation" />-->


        <!-- ExecutorService Instrumentation for Akka. -->
        <aspect name="akka.dispatch.ExecutorServiceFactoryProviderInstrumentation"/>
        <aspect name="akka.dispatch.NamedExecutorServiceFactoryDelegateInstrumentation"/>






        <include within="*"/>
        <exclude within="javax..*"/>
        <exclude within="org.aspectj..*"/>
        <exclude within="scala..*"/>
        <exclude within="scalaz..*"/>
        <exclude within="scalad..*"/>
        <exclude within="play..*"/>
    </aspects>

</aspectj>