From 7e0de7001c6b86168cef1607bce198b9c5c81caa Mon Sep 17 00:00:00 2001 From: Diego Date: Sat, 13 Dec 2014 17:14:41 -0300 Subject: + core: introduce an alternative way for tracing the Akka.ask timeouts --- kamon-core/src/main/resources/reference.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'kamon-core/src/main/resources/reference.conf') 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 { -- cgit v1.2.3