aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kamon-annotation/src/main/resources/META-INF/aop.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/kamon-annotation/src/main/resources/META-INF/aop.xml b/kamon-annotation/src/main/resources/META-INF/aop.xml
index b017e60e..ddf9a0c8 100644
--- a/kamon-annotation/src/main/resources/META-INF/aop.xml
+++ b/kamon-annotation/src/main/resources/META-INF/aop.xml
@@ -6,7 +6,9 @@
<aspect name="kamon.annotation.instrumentation.AnnotationInstrumentation"/>
<aspect name="kamon.annotation.instrumentation.StaticAnnotationInstrumentation"/>
</aspects>
- <weaver options="-warn:none">
+ <weaver options="-warn:none">
+ <!-- include all -->
+ <include within="*"/>
<!-- exclude some commons packages -->
<exclude within="org.apache.commons..*"/>
<exclude within="org.apache.log4j..*"/>