aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main/resources/META-INF/aop_remove_when_possible.xml
diff options
context:
space:
mode:
Diffstat (limited to 'kamon-core/src/main/resources/META-INF/aop_remove_when_possible.xml')
-rw-r--r--kamon-core/src/main/resources/META-INF/aop_remove_when_possible.xml37
1 files changed, 37 insertions, 0 deletions
diff --git a/kamon-core/src/main/resources/META-INF/aop_remove_when_possible.xml b/kamon-core/src/main/resources/META-INF/aop_remove_when_possible.xml
new file mode 100644
index 00000000..207bf1b9
--- /dev/null
+++ b/kamon-core/src/main/resources/META-INF/aop_remove_when_possible.xml
@@ -0,0 +1,37 @@
+<!DOCTYPE aspectj PUBLIC "-//AspectJ//DTD//EN" "http://www.eclipse.org/aspectj/dtd/aspectj.dtd">
+
+<aspectj>
+ <weaver options="-verbose -showWeaveInfo">
+ <!--<dump within="*" beforeandafter="true"/>-->
+ </weaver>
+
+ <aspects>
+
+ <aspect name="kamon.trace.instrumentation.EnvelopeTracingContext"/>
+ <aspect name="kamon.trace.instrumentation.ActorCellInvokeInstrumentation"/>
+ <aspect name="kamon.trace.instrumentation.RunnableTracing" />
+ <aspect name="kamon.instrumentation.SprayRequestContextTracing"/>
+ <aspect name="kamon.instrumentation.SprayOpenRequestContextTracing"/>
+ <aspect name = "kamon.instrumentation.SprayServerInstrumentation"/>
+ <aspect name="kamon.instrumentation.ActorSystemInstrumentation"/>
+ <aspect name="kamon.trace.instrumentation.ActorLoggingInstrumentation"/>
+
+ <!--<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"/>-->
+
+
+ <include within="*"/>
+ <exclude within="javax..*"/>
+ <exclude within="com.newrelic..*"/>
+ <exclude within="org.aspectj..*"/>
+ <exclude within="scala..*"/>
+ <exclude within="scalaz..*"/>
+ <exclude within="scalad..*"/>
+ <exclude within="play..*"/>
+ </aspects>
+
+</aspectj>