# ================================== # # Kamon-Akka Reference Configuration # # ================================== # kamon { akka { # If ask-pattern-timeout-warning 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 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-timeout-warning = off # Default dispatcher for all akka module operations dispatcher = "akka.actor.default-dispatcher" } }