aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authorIvan Topolnak <ivantopo@gmail.com>2013-06-11 18:29:17 -0300
committerIvan Topolnak <ivantopo@gmail.com>2013-06-11 18:29:17 -0300
commit84c9ae342ea4a280b0033d9d78239b19b01b728f (patch)
tree7cc9730bc8f0c89410f4655988922e2b679549b5 /src/main/resources
parent197746563e47783ed4b5f43e94c9aa63734081f6 (diff)
downloadKamon-84c9ae342ea4a280b0033d9d78239b19b01b728f.tar.gz
Kamon-84c9ae342ea4a280b0033d9d78239b19b01b728f.tar.bz2
Kamon-84c9ae342ea4a280b0033d9d78239b19b01b728f.zip
wip
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/META-INF/aop.xml14
-rw-r--r--src/main/resources/newrelic.yml4
2 files changed, 15 insertions, 3 deletions
diff --git a/src/main/resources/META-INF/aop.xml b/src/main/resources/META-INF/aop.xml
index 1413f424..33a70483 100644
--- a/src/main/resources/META-INF/aop.xml
+++ b/src/main/resources/META-INF/aop.xml
@@ -9,11 +9,23 @@
<!--<aspect name="akka.ActorSystemAspect"/>
&lt;!&ndash;<aspect name="akka.MailboxAspect"/>&ndash;&gt;-->
- <!--<aspect name="akka.PoolMonitorInstrumentation"/>-->
+ <!--<aspect name="akka.PoolMonitorAspect"/>-->
<aspect name="akka.ActorInstrumentation" />
<aspect name="akka.instrumentation.ActorRefTellInstrumentation"/>
<aspect name="akka.instrumentation.ActorCellInvokeInstrumentation"/>
<aspect name="kamon.instrumentation.RunnableInstrumentation" />
+ <!--<aspect name="kamon.instrumentation.DispatcherInstrumentation" />-->
+ <!--<aspect name ="akka.dispatch.FactoryInstrumentation" />-->
+
+
+ <!-- ExecutorService Instrumentation for Akka. -->
+ <aspect name="akka.dispatch.ExecutorServiceFactoryProviderInstrumentation"/>
+ <aspect name="akka.dispatch.NamedExecutorServiceFactoryDelegateInstrumentation"/>
+
+
+
+
+
<include within="*"/>
<exclude within="javax..*"/>
diff --git a/src/main/resources/newrelic.yml b/src/main/resources/newrelic.yml
index e347635e..c395bd01 100644
--- a/src/main/resources/newrelic.yml
+++ b/src/main/resources/newrelic.yml
@@ -48,7 +48,7 @@ common: &default_settings
# This setting is dynamic, so changes do not require restarting your application.
# The levels in increasing order of verboseness are: off, severe, warning, info, fine, finer, finest
# Default is info.
- log_level: info
+ log_level: finer
enable_custom_tracing: true
# Log all data to and from New Relic in plain text.
@@ -70,7 +70,7 @@ common: &default_settings
# The log file directory.
# Default is the logs directory in the newrelic.jar parent directory.
- #log_file_path:
+ log_file_path: /home/ivantopo/Desktop/tmp
# The agent communicates with New Relic via https by
# default. If you want to communicate with newrelic via http,