From 049b2822c569b4ea0b0c4c073631bdc0a340264d Mon Sep 17 00:00:00 2001 From: Diego Date: Wed, 17 Dec 2014 00:16:45 -0300 Subject: + core: A more lightweight way for tracing the Akka.ask timeouts and closes #113 --- kamon-core/src/main/resources/reference.conf | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (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 b968af36..df5534a4 100644 --- a/kamon-core/src/main/resources/reference.conf +++ b/kamon-core/src/main/resources/reference.conf @@ -173,8 +173,11 @@ kamon { } # If ask-pattern-tracing is enabled, a WARN level log message will be generated if a future generated by the `ask` - # pattern fails with a `AskTimeoutException` and the log message will contain a stack trace captured at the moment - # the future was created. + # pattern fails with a `AskTimeoutException` and the log message will contain information depending of the strategy selected. + # strategies: + # - off: nothing to do. + # - lightweight: logs the warning when a timeout is reached using org.aspectj.lang.reflect.SourceLocation. + # - heavyweight: logs the warning when a timeout is reached using a stack trace captured at the moment the future was created. ask-pattern-tracing = off # Default dispatcher for all trace operations -- cgit v1.2.3