aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main/resources/application.conf
diff options
context:
space:
mode:
Diffstat (limited to 'kamon-core/src/main/resources/application.conf')
-rw-r--r--kamon-core/src/main/resources/application.conf38
1 files changed, 0 insertions, 38 deletions
diff --git a/kamon-core/src/main/resources/application.conf b/kamon-core/src/main/resources/application.conf
deleted file mode 100644
index 57f67d32..00000000
--- a/kamon-core/src/main/resources/application.conf
+++ /dev/null
@@ -1,38 +0,0 @@
-akka {
- loglevel = INFO
- stdout-loglevel = INFO
- log-dead-letters = on
-
- #extensions = ["kamon.dashboard.DashboardExtension"]
- loggers = ["kamon.newrelic.NewRelicErrorLogger", "akka.event.slf4j.Slf4jLogger"]
-
- actor {
- default-dispatcher {
- fork-join-executor {
- # Min number of threads to cap factor-based parallelism number to
- parallelism-min = 2
-
- # The parallelism factor is used to determine thread pool size using the
- # following formula: ceil(available processors * factor). Resulting size
- # is then bounded by the parallelism-min and parallelism-max values.
- parallelism-factor = 3.0
-
- # Max number of threads to cap factor-based parallelism number to
- parallelism-max = 8
- }
-
- throughput = 100
- }
- debug {
- unhandled = on
- }
- }
-}
-
-
-
-
-
-
-
-