aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main/resources
diff options
context:
space:
mode:
authorDiego Parra <diegolparra@gmail.com>2018-10-15 15:33:07 -0300
committerIvan Topolnjak <ivantopo@gmail.com>2018-10-15 20:33:07 +0200
commit108fdef3eca8a88ec3774c465fdb0a3c764aa936 (patch)
tree0190c05ab292d79c0fb245dbe1aa57d6f554db45 /kamon-core/src/main/resources
parent4bb4670138535f22763615f6ac8096f2d05c9895 (diff)
downloadKamon-108fdef3eca8a88ec3774c465fdb0a3c764aa936.tar.gz
Kamon-108fdef3eca8a88ec3774c465fdb0a3c764aa936.tar.bz2
Kamon-108fdef3eca8a88ec3774c465fdb0a3c764aa936.zip
Implement "b3 single" header format (#551)
Implement 'b3 single' header format for Span propagation over HTTP
Diffstat (limited to 'kamon-core/src/main/resources')
-rw-r--r--kamon-core/src/main/resources/reference.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/kamon-core/src/main/resources/reference.conf b/kamon-core/src/main/resources/reference.conf
index a35225d4..2fa3d33b 100644
--- a/kamon-core/src/main/resources/reference.conf
+++ b/kamon-core/src/main/resources/reference.conf
@@ -192,12 +192,14 @@ kamon {
# Specify mappings between Context keys and the Propagation.EntryReader[HeaderReader] implementation in charge
# of reading them from the incoming HTTP request into the Context.
incoming {
+ # kamon.trace.SpanPropagation$B3 for default header format or kamon.trace.SpanPropagation$B3Simple for 'b3 single' header format.
span = "kamon.trace.SpanPropagation$B3"
}
# Specify mappings betwen Context keys and the Propagation.EntryWriter[HeaderWriter] implementation in charge
# of writing them to outgoing HTTP requests.
outgoing {
+ # kamon.trace.SpanPropagation$B3 for default header format or kamon.trace.SpanPropagation$B3Simple for 'b3 single' header format.
span = "kamon.trace.SpanPropagation$B3"
}
}
@@ -205,7 +207,6 @@ kamon {
}
binary {
-
# Default HTTP propagation. Unless specified otherwise, all instrumentation will use the configuration on
# this section for HTTP context propagation.
#