aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main/resources/reference.conf
diff options
context:
space:
mode:
authorIvan Topolnjak <ivantopo@gmail.com>2017-06-15 22:56:17 +0200
committerIvan Topolnjak <ivantopo@gmail.com>2017-06-15 22:56:17 +0200
commitbc481389e427c83069b092e24200dbe960aaeb67 (patch)
tree56fc96d258d4d921880610cde811d24c8c675784 /kamon-core/src/main/resources/reference.conf
parent8aa64c486f2ad1f31a5f27a0780f8c43f31b7f8c (diff)
downloadKamon-bc481389e427c83069b092e24200dbe960aaeb67.tar.gz
Kamon-bc481389e427c83069b092e24200dbe960aaeb67.tar.bz2
Kamon-bc481389e427c83069b092e24200dbe960aaeb67.zip
expose the internal scheduler
Diffstat (limited to 'kamon-core/src/main/resources/reference.conf')
-rw-r--r--kamon-core/src/main/resources/reference.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/kamon-core/src/main/resources/reference.conf b/kamon-core/src/main/resources/reference.conf
index 125a1075..6ad06325 100644
--- a/kamon-core/src/main/resources/reference.conf
+++ b/kamon-core/src/main/resources/reference.conf
@@ -17,6 +17,10 @@ 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
+ # through Kamon.scheduler()
+ scheduler-pool-size = 2
+
metric {
tick-interval = 60 seconds