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

<aspectj>
  <aspects>
    <!-- Remoting and Cluster -->
    <aspect name="akka.remote.instrumentation.RemotingInstrumentation"/>
  </aspects>

  <weaver>
    <include within="akka..*"/>
  </weaver>
</aspectj>