From 93a1622e89e1378dcd14b0d58c3671aedc65c556 Mon Sep 17 00:00:00 2001 From: Ivan Topolnjak Date: Mon, 26 Jan 2015 19:53:16 +0100 Subject: ! core,statsd: set the default tick and flush intervals to 10 seconds. --- kamon-core/src/main/resources/reference.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kamon-core') diff --git a/kamon-core/src/main/resources/reference.conf b/kamon-core/src/main/resources/reference.conf index cd257ebe..2bc217b0 100644 --- a/kamon-core/src/main/resources/reference.conf +++ b/kamon-core/src/main/resources/reference.conf @@ -6,7 +6,7 @@ kamon { metric { # Time interval for collecting all metrics and send the snapshots to all subscribed actors. - tick-interval = 1 second + tick-interval = 10 seconds # Default size for the LongBuffer that gets allocated for metrics collection and merge. The # value should correspond to the highest number of different buckets with values that might -- cgit v1.2.3