From 72c869cc23dcf7639ab455fe0a6874cea8a9c121 Mon Sep 17 00:00:00 2001 From: Diego Date: Tue, 28 Apr 2015 00:48:23 -0300 Subject: ! system-metrics: remove unused report-system-metrics flag in the others modules --- kamon-examples/kamon-play-example/conf/application.conf | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'kamon-examples') diff --git a/kamon-examples/kamon-play-example/conf/application.conf b/kamon-examples/kamon-play-example/conf/application.conf index e1b4d770..bb9838c7 100644 --- a/kamon-examples/kamon-play-example/conf/application.conf +++ b/kamon-examples/kamon-play-example/conf/application.conf @@ -9,14 +9,7 @@ kamon { tick-interval = 1 second } - log-reporter { - - # Enable system metrics - # In order to not get a ClassNotFoundException, we must register the kamon-sytem-metrics module - report-system-metrics = true - } - - statsd { + statsd { # Hostname and port in which your StatsD is running. Remember that StatsD packets are sent using UDP and # setting unreachable hosts and/or not open ports wont be warned by the Kamon, your data wont go anywhere. hostname = "127.0.0.1" @@ -37,10 +30,6 @@ kamon { dispatcher = [ "*" ] } - # Enable system metrics - # In order to not get a ClassNotFoundException, we must register the kamon-sytem-metrics module - report-system-metrics = true - simple-metric-key-generator { # Application prefix for all metrics pushed to StatsD. The default namespacing scheme for metrics follows # this pattern: -- cgit v1.2.3