aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main/resources/reference.conf
diff options
context:
space:
mode:
authorIvan Topolnjak <ivantopo@gmail.com>2018-09-28 12:08:24 +0200
committerIvan Topolnjak <ivantopo@gmail.com>2018-09-28 12:08:24 +0200
commitb61c92ea3589450fd097ab79420230b61b458ae4 (patch)
tree1db5629ec257e41e3fff0bbd50eabdc45bb05d7d /kamon-core/src/main/resources/reference.conf
parent6941f53c79bb4ad8adb5ebc4bcc3a3c44d02e353 (diff)
downloadKamon-b61c92ea3589450fd097ab79420230b61b458ae4.tar.gz
Kamon-b61c92ea3589450fd097ab79420230b61b458ae4.tar.bz2
Kamon-b61c92ea3589450fd097ab79420230b61b458ae4.zip
cleanup HTTP propagation, introduce a new Binary propagation
Diffstat (limited to 'kamon-core/src/main/resources/reference.conf')
-rw-r--r--kamon-core/src/main/resources/reference.conf21
1 files changed, 19 insertions, 2 deletions
diff --git a/kamon-core/src/main/resources/reference.conf b/kamon-core/src/main/resources/reference.conf
index 5984f3c4..a4a7871e 100644
--- a/kamon-core/src/main/resources/reference.conf
+++ b/kamon-core/src/main/resources/reference.conf
@@ -238,10 +238,27 @@ kamon {
outgoing {
}
+ }
+ }
+ }
+
+ binary {
+
+ # Default HTTP propagation. Unless specified otherwise, all instrumentation will use the configuration on
+ # this section for HTTP context propagation.
+ #
+ default {
+ entries {
+
+ # Specify mappings between Context keys and the Http.EntryReader implementation in charge of reading them
+ # from the incoming HTTP request into the Context.
+ incoming {
+ #span = "something"
+ }
# Specify mappings betwen Context keys and the Http.EntryWriter implementation in charge of writing them
- # on the outgoing HTTP response sent back to clients.
- returning {
+ # on the outgoing HTTP requests.
+ outgoing {
}
}