aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main/resources/META-INF/aop.xml
blob: af1dad7c117a345a11b4e8618ea1caf9361268ad (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!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>