aboutsummaryrefslogblamecommitdiff
path: root/kamon-core/src/main/resources/META-INF/aop.xml
blob: d1df0450767ce2aad06fc5f3737e9a9f64dd9637 (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"/>
        <aspect name="kamon.trace.instrumentation.ActorLoggingInstrumentation"/>
        <aspect name="akka.pattern.tracing.AskPatternTracing"/>
        <!--<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.ForkJoinPoolInstrumentation"/>-->


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

</aspectj>