aboutsummaryrefslogtreecommitdiff
path: root/kamon-akka/src
diff options
context:
space:
mode:
Diffstat (limited to 'kamon-akka/src')
-rw-r--r--kamon-akka/src/main/resources/reference.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/kamon-akka/src/main/resources/reference.conf b/kamon-akka/src/main/resources/reference.conf
index 1ffe7a7f..5f35e267 100644
--- a/kamon-akka/src/main/resources/reference.conf
+++ b/kamon-akka/src/main/resources/reference.conf
@@ -20,4 +20,13 @@ kamon {
actor.includes = []
actor.excludes = [ "", "user", "system**", "user/IO-**" ]
}
+
+
+ modules {
+ kamon-akka {
+ auto-start = yes
+ requires-aspectj = yes
+ extension-id = "kamon.akka.Akka"
+ }
+ }
} \ No newline at end of file