aboutsummaryrefslogblamecommitdiff
path: root/kamon-core/src/main/resources/META-INF/aop.xml
blob: af1dad7c117a345a11b4e8618ea1caf9361268ad (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.trace.instrumentation.EnvelopeTracingContext"/>
        <aspect name="kamon.trace.instrumentation.ActorCellInvokeInstrumentation"/>
        <aspect name="kamon.trace.instrumentation.RunnableTracing" />
        <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>