aboutsummaryrefslogtreecommitdiff
path: root/kamon-akka/src/main/resources
diff options
context:
space:
mode:
Diffstat (limited to 'kamon-akka/src/main/resources')
-rw-r--r--kamon-akka/src/main/resources/META-INF/aop.xml3
-rw-r--r--kamon-akka/src/main/resources/reference.conf9
2 files changed, 11 insertions, 1 deletions
diff --git a/kamon-akka/src/main/resources/META-INF/aop.xml b/kamon-akka/src/main/resources/META-INF/aop.xml
index 46e63f91..2d347f48 100644
--- a/kamon-akka/src/main/resources/META-INF/aop.xml
+++ b/kamon-akka/src/main/resources/META-INF/aop.xml
@@ -7,8 +7,9 @@
<aspect name="akka.kamon.instrumentation.TraceContextIntoRepointableActorRefMixin"/>
<aspect name="akka.kamon.instrumentation.TraceContextIntoSystemMessageMixin"/>
<aspect name="akka.kamon.instrumentation.ActorSystemMessageInstrumentation"/>
- <aspect name="akka.kamon.instrumentation.TraceContextIntoEnvelopeMixin"/>
+ <aspect name="akka.kamon.instrumentation.EnvelopeContextIntoEnvelopeMixin"/>
<aspect name="akka.kamon.instrumentation.MetricsIntoActorCellsMixin"/>
+ <aspect name="akka.kamon.instrumentation.MetricsIntoRouterCellsMixin"/>
<aspect name="akka.kamon.instrumentation.ActorCellInstrumentation"/>
<aspect name="akka.kamon.instrumentation.RoutedActorCellInstrumentation"/>
<aspect name="akka.kamon.instrumentation.ActorLoggingInstrumentation"/>
diff --git a/kamon-akka/src/main/resources/reference.conf b/kamon-akka/src/main/resources/reference.conf
index 70758f83..a5056f0c 100644
--- a/kamon-akka/src/main/resources/reference.conf
+++ b/kamon-akka/src/main/resources/reference.conf
@@ -12,6 +12,15 @@ kamon {
# - heavyweight: logs the warning when a timeout is reached using a stack trace captured at the moment the future was created.
ask-pattern-timeout-warning = off
+ automatic-trace-context-propagation = always
+
+ }
+
+ actor-group {
+ test-group {
+ includes = []
+ excludes = []
+ }
}
metric.filters {