aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main/resources
diff options
context:
space:
mode:
authorIvan Topolnjak <ivantopo@gmail.com>2017-06-08 15:35:42 +0200
committerIvan Topolnjak <ivantopo@gmail.com>2017-06-08 15:35:42 +0200
commitb94ca0cbb931799ccd2ad2d245660c4d48032c83 (patch)
treed87dc8ccfc0395cdc331b2cfb69e799a3f4d0974 /kamon-core/src/main/resources
parent7817621ad1a62db1bd7b7b60ed823b4da169a34a (diff)
downloadKamon-b94ca0cbb931799ccd2ad2d245660c4d48032c83.tar.gz
Kamon-b94ca0cbb931799ccd2ad2d245660c4d48032c83.tar.bz2
Kamon-b94ca0cbb931799ccd2ad2d245660c4d48032c83.zip
get a basic threading model for the span reporters
Diffstat (limited to 'kamon-core/src/main/resources')
-rw-r--r--kamon-core/src/main/resources/reference.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/kamon-core/src/main/resources/reference.conf b/kamon-core/src/main/resources/reference.conf
index fd1c88c3..aca1a9f3 100644
--- a/kamon-core/src/main/resources/reference.conf
+++ b/kamon-core/src/main/resources/reference.conf
@@ -76,6 +76,12 @@ kamon {
}
trace {
+
+ tick-interval = 10 seconds
+
+ reporter-queue-size = 1024
+
+
# Configures a sample that decides which traces should be reported to the trace backends. The possible values are:
# - always: report all traces.
# - never: don't report any trace.