aboutsummaryrefslogblamecommitdiff
path: root/kamon-core/src/main/resources/META-INF/aop.xml
blob: efdce79200369e203671edb7c3b8d02105959701 (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="*" beforeandafter="true"/>-->
    </weaver>

    <aspects>

        <aspect name="kamon.instrumentation.EnvelopeTracingContext"/>
        <aspect name="kamon.instrumentation.ActorCellInvokeInstrumentation"/>
        <aspect name="kamon.instrumentation.RunnableInstrumentation" />
        <!--<aspect name="kamon.instrumentation.MessageQueueInstrumentation" />-->

        <!--<aspect name="kamon.instrumentation.InceptionAspect"/>-->

        <!-- ExecutorService Instrumentation for Akka. -->
<!--        <aspect name="kamon.instrumentation.ExecutorServiceFactoryProviderInstrumentation"/>
        <aspect name="kamon.instrumentation.NamedExecutorServiceFactoryDelegateInstrumentation"/>-->
        <aspect name="kamon.instrumentation.ActorSystemInstrumentation"/>
        <!--<aspect name ="kamon.instrumentation.ForkJoinPoolInstrumentation"/>-->
        <aspect name="kamon.instrumentation.SprayRequestContextTracing"/>
        <aspect name="kamon.instrumentation.SprayOpenRequestContextTracing"/>
        <aspect name = "kamon.instrumentation.SprayServerInstrumentation"/>


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

</aspectj>