aboutsummaryrefslogtreecommitdiff
path: root/kamon-trace/src/main/resources/META-INF/aop.xml
blob: fb13360acf63fd2976f62cc39b46a040c654d830 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE aspectj PUBLIC "-//AspectJ//DTD//EN" "http://www.eclipse.org/aspectj/dtd/aspectj.dtd">

<aspectj>
    <aspects>
        <aspect name="kamon.trace.instrumentation.EnvelopeTraceContextMixin"/>
        <aspect name="kamon.trace.instrumentation.BehaviourInvokeTracing"/>
        <aspect name="kamon.trace.instrumentation.ActorLoggingTracing"/>

        <aspect name="kamon.trace.instrumentation.FutureTracing" />


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

</aspectj>