aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kamon-core/src/main/resources/application.conf38
-rw-r--r--kamon-core/src/main/resources/reference.conf11
-rw-r--r--kamon-core/src/test/resources/logback.xml (renamed from kamon-core/src/main/resources/logback.xml)0
-rw-r--r--kamon-core/src/test/resources/newrelic.yml (renamed from kamon-core/src/main/resources/newrelic.yml)0
4 files changed, 11 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
- }
- }
-}
-
-
-
-
-
-
-
-
diff --git a/kamon-core/src/main/resources/reference.conf b/kamon-core/src/main/resources/reference.conf
new file mode 100644
index 00000000..29532595
--- /dev/null
+++ b/kamon-core/src/main/resources/reference.conf
@@ -0,0 +1,11 @@
+akka {
+ loggers = ["kamon.newrelic.NewRelicErrorLogger", "akka.event.slf4j.Slf4jLogger"]
+}
+
+
+
+
+
+
+
+
diff --git a/kamon-core/src/main/resources/logback.xml b/kamon-core/src/test/resources/logback.xml
index 2ae1e3bd..2ae1e3bd 100644
--- a/kamon-core/src/main/resources/logback.xml
+++ b/kamon-core/src/test/resources/logback.xml
diff --git a/kamon-core/src/main/resources/newrelic.yml b/kamon-core/src/test/resources/newrelic.yml
index 1b1ad53b..1b1ad53b 100644
--- a/kamon-core/src/main/resources/newrelic.yml
+++ b/kamon-core/src/test/resources/newrelic.yml