aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main/resources/reference.conf
diff options
context:
space:
mode:
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 {
}
}