aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main/resources/reference.conf
diff options
context:
space:
mode:
Diffstat (limited to 'kamon-core/src/main/resources/reference.conf')
-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