aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/test/resources
diff options
context:
space:
mode:
Diffstat (limited to 'kamon-core/src/test/resources')
-rw-r--r--kamon-core/src/test/resources/application.conf12
-rw-r--r--kamon-core/src/test/resources/logback.xml3
2 files changed, 14 insertions, 1 deletions
diff --git a/kamon-core/src/test/resources/application.conf b/kamon-core/src/test/resources/application.conf
index e8217fc2..f79ab822 100644
--- a/kamon-core/src/test/resources/application.conf
+++ b/kamon-core/src/test/resources/application.conf
@@ -1,3 +1,15 @@
akka {
loggers = ["akka.event.slf4j.Slf4jLogger"]
+}
+
+kamon {
+ metric {
+ tick-interval = 1 hour
+ default-collection-context-buffer-size = 100
+ }
+
+ trace {
+ level-of-detail = simple-trace
+ sampling = all
+ }
} \ No newline at end of file
diff --git a/kamon-core/src/test/resources/logback.xml b/kamon-core/src/test/resources/logback.xml
index dd623d61..7bb50450 100644
--- a/kamon-core/src/test/resources/logback.xml
+++ b/kamon-core/src/test/resources/logback.xml
@@ -1,4 +1,5 @@
-<configuration scan="true">
+<configuration
+ >
<contextListener class="ch.qos.logback.classic.jul.LevelChangePropagator">
<resetJUL>true</resetJUL>
</contextListener>