aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main/resources/reference.conf
diff options
context:
space:
mode:
authorIvan Topolnjak <ivantopo@gmail.com>2014-12-29 10:17:29 +0100
committerIvan Topolnjak <ivantopo@gmail.com>2014-12-29 10:17:29 +0100
commit34237a477217c226c90fa10f7448e249ed83b5f2 (patch)
treeb937dbe85d23f7f6ff910dabea795b66a8009f57 /kamon-core/src/main/resources/reference.conf
parent0a6aabd9246a2369e7b66477be8cf921fdc33e46 (diff)
parent51f7cf0b605c2b0ea6712db563ecd2dd83498eef (diff)
downloadKamon-34237a477217c226c90fa10f7448e249ed83b5f2.tar.gz
Kamon-34237a477217c226c90fa10f7448e249ed83b5f2.tar.bz2
Kamon-34237a477217c226c90fa10f7448e249ed83b5f2.zip
Merge branch 'master' of github.com:kamon-io/Kamon
Diffstat (limited to 'kamon-core/src/main/resources/reference.conf')
-rw-r--r--kamon-core/src/main/resources/reference.conf44
1 files changed, 0 insertions, 44 deletions
diff --git a/kamon-core/src/main/resources/reference.conf b/kamon-core/src/main/resources/reference.conf
index 2d8b3f2e..8f5a8b45 100644
--- a/kamon-core/src/main/resources/reference.conf
+++ b/kamon-core/src/main/resources/reference.conf
@@ -87,41 +87,10 @@ kamon {
significant-value-digits = 2
}
-
- actor {
- processing-time = ${kamon.metrics.precision.default-histogram-precision}
- time-in-mailbox = ${kamon.metrics.precision.default-histogram-precision}
- mailbox-size = ${kamon.metrics.precision.default-min-max-counter-precision}
- }
-
- router {
- processing-time = ${kamon.metrics.precision.default-histogram-precision}
- time-in-mailbox = ${kamon.metrics.precision.default-histogram-precision}
- }
-
trace {
elapsed-time = ${kamon.metrics.precision.default-histogram-precision}
segment = ${kamon.metrics.precision.default-histogram-precision}
}
-
- dispatcher {
- maximum-pool-size {
- highest-trackable-value = 999999999
- significant-value-digits = 2
- }
- running-thread-count {
- highest-trackable-value = 999999999
- significant-value-digits = 2
- }
- queued-task-count {
- highest-trackable-value = 999999999
- significant-value-digits = 2
- }
- pool-size {
- highest-trackable-value = 999999999
- significant-value-digits = 2
- }
- }
}
}
@@ -176,19 +145,6 @@ kamon {
dispatcher = ${kamon.default-dispatcher}
}
- 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 = ${kamon.default-dispatcher}
- }
-
kamon-dispatcher {
# Dispatcher is the name of the event-based dispatcher
type = Dispatcher