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/application.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/kamon-core/src/main/resources/application.conf b/kamon-core/src/main/resources/application.conf
index 1378e75e..2f8d8d87 100644
--- a/kamon-core/src/main/resources/application.conf
+++ b/kamon-core/src/main/resources/application.conf
@@ -1,6 +1,9 @@
akka {
loglevel = DEBUG
stdout-loglevel = DEBUG
+
+ extensions = ["kamon.dashboard.DashboardExtension"]
+
actor {
default-dispatcher {
fork-join-executor {