aboutsummaryrefslogtreecommitdiff
path: root/kamon-akka-remote/src/main/resources/META-INF/aop.xml
diff options
context:
space:
mode:
Diffstat (limited to 'kamon-akka-remote/src/main/resources/META-INF/aop.xml')
-rw-r--r--kamon-akka-remote/src/main/resources/META-INF/aop.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/kamon-akka-remote/src/main/resources/META-INF/aop.xml b/kamon-akka-remote/src/main/resources/META-INF/aop.xml
new file mode 100644
index 00000000..ba1c8e79
--- /dev/null
+++ b/kamon-akka-remote/src/main/resources/META-INF/aop.xml
@@ -0,0 +1,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> \ No newline at end of file