aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main/resources
diff options
context:
space:
mode:
authorIvan Topolnjak <ivantopo@gmail.com>2017-07-19 09:35:30 +0200
committerIvan Topolnjak <ivantopo@gmail.com>2017-07-19 09:35:30 +0200
commit7cf98a6043cf90a17b5d0a51cf2399e35239cc0c (patch)
treeccff868acecf46381de6eaec498009bf8fc1999e /kamon-core/src/main/resources
parentbfca826392933357046c5f4682cf7b43911b5433 (diff)
downloadKamon-7cf98a6043cf90a17b5d0a51cf2399e35239cc0c.tar.gz
Kamon-7cf98a6043cf90a17b5d0a51cf2399e35239cc0c.tar.bz2
Kamon-7cf98a6043cf90a17b5d0a51cf2399e35239cc0c.zip
tests for Span building and the ExtendedB3 codec, related bugfixes
Diffstat (limited to 'kamon-core/src/main/resources')
-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 3e9d7b8d..dd42ab03 100644
--- a/kamon-core/src/main/resources/reference.conf
+++ b/kamon-core/src/main/resources/reference.conf
@@ -90,7 +90,7 @@ kamon {
# and server) of a RPC call, if you are reporting data to such systems then this option should be enabled.
#
# If you are using Zipkin, keep this option enabled. If you are using Jaeger, disable it.
- join-remote-parents-with-same-span-id = true
+ join-remote-parents-with-same-span-id = no
# Configures a sample that decides which traces should be reported to the trace backends. The possible values are:
# - always: report all traces.