aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main/resources
diff options
context:
space:
mode:
authorDiego <diegolparra@gmail.com>2014-12-13 17:14:41 -0300
committerDiego <diegolparra@gmail.com>2014-12-13 17:14:41 -0300
commit7e0de7001c6b86168cef1607bce198b9c5c81caa (patch)
treea3f6c7b61254170d698e34217d6500c45d25ba8b /kamon-core/src/main/resources
parent7671d4cf77c64db47e4e6cf59f6337d6d483eee3 (diff)
downloadKamon-7e0de7001c6b86168cef1607bce198b9c5c81caa.tar.gz
Kamon-7e0de7001c6b86168cef1607bce198b9c5c81caa.tar.bz2
Kamon-7e0de7001c6b86168cef1607bce198b9c5c81caa.zip
+ core: introduce an alternative way for tracing the Akka.ask timeouts
Diffstat (limited to 'kamon-core/src/main/resources')
-rw-r--r--kamon-core/src/main/resources/reference.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/kamon-core/src/main/resources/reference.conf b/kamon-core/src/main/resources/reference.conf
index b9039b73..b968af36 100644
--- a/kamon-core/src/main/resources/reference.conf
+++ b/kamon-core/src/main/resources/reference.conf
@@ -176,6 +176,9 @@ kamon {
# pattern fails with a `AskTimeoutException` and the log message will contain a stack trace captured at the moment
# the future was created.
ask-pattern-tracing = off
+
+ # Default dispatcher for all trace operations
+ dispatcher = ${kamon.default-dispatcher}
}
kamon-dispatcher {