aboutsummaryrefslogtreecommitdiff
path: root/kamon-core-tests
diff options
context:
space:
mode:
authorIvan Topolnjak <ivantopo@gmail.com>2017-08-24 09:50:59 +0200
committerIvan Topolnjak <ivantopo@gmail.com>2017-08-24 09:50:59 +0200
commiteaa4f83b5b2c6335e7cf6cecc10bfe4de9f47533 (patch)
treea9b5f2ff6806a938b9331cdc21f7c040d7dead52 /kamon-core-tests
parent670f32d19a30283a39a0519a74fc5c6a0efd379b (diff)
downloadKamon-eaa4f83b5b2c6335e7cf6cecc10bfe4de9f47533.tar.gz
Kamon-eaa4f83b5b2c6335e7cf6cecc10bfe4de9f47533.tar.bz2
Kamon-eaa4f83b5b2c6335e7cf6cecc10bfe4de9f47533.zip
move encoding keys configuration to the tests project
Diffstat (limited to 'kamon-core-tests')
-rw-r--r--kamon-core-tests/src/test/resources/reference.conf12
1 files changed, 12 insertions, 0 deletions
diff --git a/kamon-core-tests/src/test/resources/reference.conf b/kamon-core-tests/src/test/resources/reference.conf
new file mode 100644
index 00000000..efbca846
--- /dev/null
+++ b/kamon-core-tests/src/test/resources/reference.conf
@@ -0,0 +1,12 @@
+kamon {
+
+ context.codecs {
+ http-headers-keys {
+ string-broadcast-key = "kamon.context.SimpleStringCodec$Headers"
+ }
+
+ binary-keys {
+ string-broadcast-key = "kamon.context.SimpleStringCodec$Binary"
+ }
+ }
+} \ No newline at end of file