aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Topolnjak <ivantopo@gmail.com>2018-01-17 02:17:21 +0100
committerIvan Topolnjak <ivantopo@gmail.com>2018-01-17 02:17:21 +0100
commitb243af1d60463fce8bd1af36dc947d259a4e6999 (patch)
tree5841b60a5832c5b718289ff9ec94462953dca303
parenta02215f4327fc11ed8e5066ada22c1d5938d849e (diff)
downloadKamon-b243af1d60463fce8bd1af36dc947d259a4e6999.tar.gz
Kamon-b243af1d60463fce8bd1af36dc947d259a4e6999.tar.bz2
Kamon-b243af1d60463fce8bd1af36dc947d259a4e6999.zip
increase the default span reporter queue size
-rw-r--r--kamon-core/src/main/resources/reference.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/kamon-core/src/main/resources/reference.conf b/kamon-core/src/main/resources/reference.conf
index b9254018..40756fef 100644
--- a/kamon-core/src/main/resources/reference.conf
+++ b/kamon-core/src/main/resources/reference.conf
@@ -95,7 +95,7 @@ kamon {
# Size of the internal queue where sampled spans will stay until they get flushed. If the queue becomes full then
# sampled finished spans will be dropped in order to avoid consuming excessive amounts of memory. Each configured
# reporter has a separate queue.
- reporter-queue-size = 1024
+ reporter-queue-size = 4096
# Decide whether a new, locally created Span should have the same Span Identifier as it's remote parent (if any) or