From 6b196b2626f618e452a25e9437c944ff4138636c Mon Sep 17 00:00:00 2001 From: Ivan Topolnjak Date: Tue, 5 Dec 2017 02:11:34 +0100 Subject: rename MinMaxCounter to RangeSampler --- kamon-core/src/main/resources/reference.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kamon-core/src/main/resources') 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 -- cgit v1.2.3