aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main/resources
diff options
context:
space:
mode:
authorJoão Ferreira <jtjeferreira@gmail.com>2015-06-26 17:47:00 +0100
committerJoão Ferreira <jtjeferreira@gmail.com>2015-06-26 18:02:21 +0100
commit7e74030ea824a6b6a561880103f69f3e8e409bba (patch)
tree77eb6fd87599564d309d0abc02132fd2d46070ec /kamon-core/src/main/resources
parentea0da37b4a9f769b498fde269dc28b6bad06ab64 (diff)
downloadKamon-7e74030ea824a6b6a561880103f69f3e8e409bba.tar.gz
Kamon-7e74030ea824a6b6a561880103f69f3e8e409bba.tar.bz2
Kamon-7e74030ea824a6b6a561880103f69f3e8e409bba.zip
+ core: kamon.trace.token-generator conf
Diffstat (limited to 'kamon-core/src/main/resources')
-rw-r--r--kamon-core/src/main/resources/reference.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/kamon-core/src/main/resources/reference.conf b/kamon-core/src/main/resources/reference.conf
index a648c01a..c78d56cd 100644
--- a/kamon-core/src/main/resources/reference.conf
+++ b/kamon-core/src/main/resources/reference.conf
@@ -110,6 +110,9 @@ kamon {
# must be power of two
sample-interval = 8
}
+
+ # Fully qualified name of the function that will be used for generating tokens to traces.
+ token-generator = kamon.trace.DefaultTokenGenerator
# Gather tracing information for all traces but only report those whose elapsed-time is equal or greated to the
# .minimum-elapsed-time setting.