From a71f5bc53a3c540cb839c3709eb3a114470dbcd4 Mon Sep 17 00:00:00 2001 From: Ivan Topolnjak Date: Thu, 23 Nov 2017 01:31:58 +0100 Subject: add support for simple broadcast String keys --- kamon-core/src/main/resources/reference.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'kamon-core/src/main/resources') diff --git a/kamon-core/src/main/resources/reference.conf b/kamon-core/src/main/resources/reference.conf index e140db83..a779ad02 100644 --- a/kamon-core/src/main/resources/reference.conf +++ b/kamon-core/src/main/resources/reference.conf @@ -149,6 +149,8 @@ kamon { # Size of the encoding buffer for the Binary Codec. binary-buffer-size = 256 + string-keys = [ ] + # Codecs to be used when propagating a Context through a HTTP Headers transport. http-headers-keys { span = "kamon.trace.SpanCodec$B3" -- cgit v1.2.3