From c80a6a4f87828284421b7bea670829a424455f2e Mon Sep 17 00:00:00 2001 From: Ivan Topolnjak Date: Fri, 28 Sep 2018 14:53:00 +0200 Subject: improve error handling on binary propagation --- kamon-core/src/main/resources/reference.conf | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'kamon-core/src/main/resources/reference.conf') diff --git a/kamon-core/src/main/resources/reference.conf b/kamon-core/src/main/resources/reference.conf index eb374455..2108e302 100644 --- a/kamon-core/src/main/resources/reference.conf +++ b/kamon-core/src/main/resources/reference.conf @@ -211,6 +211,10 @@ kamon { # default { + # Maximum outgoing Context size for binary transports. Contexts that surpass this limit will not be written to + # the outgoing medium. + max-outgoing-size = 2048 + # Configure which entries should be read from incoming messages and writen to outgoing messages. # entries { -- cgit v1.2.3