aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main/resources
diff options
context:
space:
mode:
authorIvan Topolnjak <ivantopo@gmail.com>2017-12-05 02:11:34 +0100
committerIvan Topolnjak <ivantopo@gmail.com>2017-12-05 02:11:34 +0100
commit6b196b2626f618e452a25e9437c944ff4138636c (patch)
tree8f9dc1691055512e959afd4d238d01c94a63da56 /kamon-core/src/main/resources
parentb330bc51e1969b1e2284b120a47283d3dd0d8977 (diff)
downloadKamon-6b196b2626f618e452a25e9437c944ff4138636c.tar.gz
Kamon-6b196b2626f618e452a25e9437c944ff4138636c.tar.bz2
Kamon-6b196b2626f618e452a25e9437c944ff4138636c.zip
rename MinMaxCounter to RangeSampler
Diffstat (limited to 'kamon-core/src/main/resources')
-rw-r--r--kamon-core/src/main/resources/reference.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/kamon-core/src/main/resources/reference.conf b/kamon-core/src/main/resources/reference.conf
index a779ad02..af767f60 100644
--- a/kamon-core/src/main/resources/reference.conf
+++ b/kamon-core/src/main/resources/reference.conf
@@ -18,7 +18,7 @@ kamon {
# Example: `reporters = ["kamon.statsd.StatsD", "kamon.zipkin.Zipkin"]`.
reporters = [ ]
- # Pool size for the executor service that will run sampling on MinMaxCounter instruments. This scheduler is accesible
+ # Pool size for the executor service that will run sampling on RangeSampler instruments. This scheduler is accesible
# through Kamon.scheduler()
scheduler-pool-size = 2
@@ -36,7 +36,7 @@ kamon {
optimistic-tick-alignment = yes
# Thread pool size used by the metrics refresh scheduler. This pool is only used to periodically sampling
- # min-max-counter values.
+ # range-sampler values.
refresh-scheduler-pool-size = 2
instrument-factory {
@@ -56,7 +56,7 @@ kamon {
significant-value-digits = 2
}
- min-max-counter {
+ range-sampler {
lowest-discernible-value = 1
highest-trackable-value = 3600000000000
significant-value-digits = 2