aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main/resources/reference.conf
diff options
context:
space:
mode:
authorMartin Grotzke <martin.grotzke@googlemail.com>2014-12-08 10:26:43 +0100
committerMartin Grotzke <martin.grotzke@googlemail.com>2014-12-08 10:41:02 +0100
commit893b56e38152c2170da691d4f3b7d187f474e3a1 (patch)
tree7bba2e56018655fa2b0cb1d2065ec99ed8c9669a /kamon-core/src/main/resources/reference.conf
parent9b0bf679201c6831855ca54e20d92e5495789943 (diff)
downloadKamon-893b56e38152c2170da691d4f3b7d187f474e3a1.tar.gz
Kamon-893b56e38152c2170da691d4f3b7d187f474e3a1.tar.bz2
Kamon-893b56e38152c2170da691d4f3b7d187f474e3a1.zip
= core: Fix ThresholdSampler to use minimum-elapsed-time setting
Also fixes usage of ThresholdSampler if "threshold" is configured as sampling strategy.
Diffstat (limited to 'kamon-core/src/main/resources/reference.conf')
-rw-r--r--kamon-core/src/main/resources/reference.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/kamon-core/src/main/resources/reference.conf b/kamon-core/src/main/resources/reference.conf
index d7276b53..b9039b73 100644
--- a/kamon-core/src/main/resources/reference.conf
+++ b/kamon-core/src/main/resources/reference.conf
@@ -154,7 +154,7 @@ kamon {
# Gather tracing information for all traces but only report those whose elapsed-time is equal or greated to the
# .minimum-elapsed-time setting.
threshold-sampler {
- threshold = 1 second
+ minimum-elapsed-time = 1 second
}
incubator {