aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main/resources
diff options
context:
space:
mode:
Diffstat (limited to 'kamon-core/src/main/resources')
-rw-r--r--kamon-core/src/main/resources/META-INF/aop.xml3
-rw-r--r--kamon-core/src/main/resources/application.conf5
2 files changed, 4 insertions, 4 deletions
diff --git a/kamon-core/src/main/resources/META-INF/aop.xml b/kamon-core/src/main/resources/META-INF/aop.xml
index 79692dd3..efdce792 100644
--- a/kamon-core/src/main/resources/META-INF/aop.xml
+++ b/kamon-core/src/main/resources/META-INF/aop.xml
@@ -7,9 +7,8 @@
<aspects>
- <aspect name="kamon.instrumentation.ActorRefTellInstrumentation"/>
+ <aspect name="kamon.instrumentation.EnvelopeTracingContext"/>
<aspect name="kamon.instrumentation.ActorCellInvokeInstrumentation"/>
- <aspect name="kamon.instrumentation.UnregisteredActorRefInstrumentation"/>
<aspect name="kamon.instrumentation.RunnableInstrumentation" />
<!--<aspect name="kamon.instrumentation.MessageQueueInstrumentation" />-->
diff --git a/kamon-core/src/main/resources/application.conf b/kamon-core/src/main/resources/application.conf
index c87c0ced..1b564f7e 100644
--- a/kamon-core/src/main/resources/application.conf
+++ b/kamon-core/src/main/resources/application.conf
@@ -1,9 +1,10 @@
akka {
loglevel = INFO
stdout-loglevel = INFO
- log-dead-letters = off
+ log-dead-letters = on
- #extensions = ["kamon.dashboard.DashboardExtension"]
+ #extensions = ["kamon.dashboard.DashboardExtension"]
+ akka.loggers = ["kamon.newrelic.NewRelicErrorLogger"]
actor {
default-dispatcher {