aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main/resources/META-INF/aop.xml
diff options
context:
space:
mode:
authorIvan Topolnak <ivantopo@gmail.com>2013-11-05 18:38:39 -0300
committerIvan Topolnak <ivantopo@gmail.com>2013-11-05 18:38:39 -0300
commit26003feac484c971abf7639dc3adb628c5f118c3 (patch)
treec22effcf90aea23af6ce23beff4735c7de59131a /kamon-core/src/main/resources/META-INF/aop.xml
parent84711adba09c64b75369f8b801819a90198238c6 (diff)
downloadKamon-26003feac484c971abf7639dc3adb628c5f118c3.tar.gz
Kamon-26003feac484c971abf7639dc3adb628c5f118c3.tar.bz2
Kamon-26003feac484c971abf7639dc3adb628c5f118c3.zip
basic separation of concerns between sub-projects
Diffstat (limited to 'kamon-core/src/main/resources/META-INF/aop.xml')
-rw-r--r--kamon-core/src/main/resources/META-INF/aop.xml37
1 files changed, 0 insertions, 37 deletions
diff --git a/kamon-core/src/main/resources/META-INF/aop.xml b/kamon-core/src/main/resources/META-INF/aop.xml
deleted file mode 100644
index c63e17e5..00000000
--- a/kamon-core/src/main/resources/META-INF/aop.xml
+++ /dev/null
@@ -1,37 +0,0 @@
-<!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.instrumentation.EnvelopeTracingContext"/>
- <aspect name="kamon.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.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>