aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main/resources
diff options
context:
space:
mode:
authorIvan Topolnjak <ivantopo@gmail.com>2017-11-23 01:31:58 +0100
committerIvan Topolnjak <ivantopo@gmail.com>2017-11-23 01:31:58 +0100
commita71f5bc53a3c540cb839c3709eb3a114470dbcd4 (patch)
treeca3a5fdb0fd71e225f9b2bee4665afd726bfadb9 /kamon-core/src/main/resources
parentd38af7d18a4f68a3048f19209af43243d7412f68 (diff)
downloadKamon-a71f5bc53a3c540cb839c3709eb3a114470dbcd4.tar.gz
Kamon-a71f5bc53a3c540cb839c3709eb3a114470dbcd4.tar.bz2
Kamon-a71f5bc53a3c540cb839c3709eb3a114470dbcd4.zip
add support for simple broadcast String keys
Diffstat (limited to 'kamon-core/src/main/resources')
-rw-r--r--kamon-core/src/main/resources/reference.conf2
1 files changed, 2 insertions, 0 deletions
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"