aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main/resources
diff options
context:
space:
mode:
authorDiego <diegolparra@gmail.com>2014-12-17 00:16:45 -0300
committerDiego <diegolparra@gmail.com>2014-12-17 00:16:45 -0300
commit049b2822c569b4ea0b0c4c073631bdc0a340264d (patch)
treebd66c66684da071d22d908d74e506fc53b9d0e9b /kamon-core/src/main/resources
parent7e0de7001c6b86168cef1607bce198b9c5c81caa (diff)
downloadKamon-049b2822c569b4ea0b0c4c073631bdc0a340264d.tar.gz
Kamon-049b2822c569b4ea0b0c4c073631bdc0a340264d.tar.bz2
Kamon-049b2822c569b4ea0b0c4c073631bdc0a340264d.zip
+ core: A more lightweight way for tracing the Akka.ask timeouts and closes #113
Diffstat (limited to 'kamon-core/src/main/resources')
-rw-r--r--kamon-core/src/main/resources/reference.conf7
1 files changed, 5 insertions, 2 deletions
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