aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main/resources
diff options
context:
space:
mode:
authorDiego <diegolparra@gmail.com>2014-12-05 14:58:00 -0300
committerDiego <diegolparra@gmail.com>2014-12-05 14:58:00 -0300
commitb7098b5c487ad7281866ff8271351f9b0927d68a (patch)
tree56494f8b807bea98d6d655eff6132ce84fc58b59 /kamon-core/src/main/resources
parent6c99cdf2f8d2988696550c6db1df0a3783bf4986 (diff)
downloadKamon-b7098b5c487ad7281866ff8271351f9b0927d68a.tar.gz
Kamon-b7098b5c487ad7281866ff8271351f9b0927d68a.tar.bz2
Kamon-b7098b5c487ad7281866ff8271351f9b0927d68a.zip
= core: introduce fastMod operation in Sampler
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 7c4b4ecb..d7276b53 100644
--- a/kamon-core/src/main/resources/reference.conf
+++ b/kamon-core/src/main/resources/reference.conf
@@ -147,7 +147,8 @@ kamon {
# Use a AtomicLong to ensure that every .sample-interval number of requests tracing information will be gathered and
# reported.
ordered-sampler {
- sample-interval = 10
+ # must be power of two
+ sample-interval = 8
}
# Gather tracing information for all traces but only report those whose elapsed-time is equal or greated to the