aboutsummaryrefslogtreecommitdiff
path: root/kamon-statsd/src/main/resources/reference.conf
diff options
context:
space:
mode:
authorDiego <diegolparra@gmail.com>2015-04-28 00:48:23 -0300
committerDiego <diegolparra@gmail.com>2015-04-28 00:48:23 -0300
commit72c869cc23dcf7639ab455fe0a6874cea8a9c121 (patch)
treeeb8d31d78e5314916eb598d6a2876723c86d54c4 /kamon-statsd/src/main/resources/reference.conf
parent93e8f424307fe0a4a679cfaaa32a3e3718f96e5b (diff)
downloadKamon-72c869cc23dcf7639ab455fe0a6874cea8a9c121.tar.gz
Kamon-72c869cc23dcf7639ab455fe0a6874cea8a9c121.tar.bz2
Kamon-72c869cc23dcf7639ab455fe0a6874cea8a9c121.zip
! system-metrics: remove unused report-system-metrics flag in the others modules
Diffstat (limited to 'kamon-statsd/src/main/resources/reference.conf')
-rw-r--r--kamon-statsd/src/main/resources/reference.conf4
1 files changed, 0 insertions, 4 deletions
diff --git a/kamon-statsd/src/main/resources/reference.conf b/kamon-statsd/src/main/resources/reference.conf
index 67039483..955d067e 100644
--- a/kamon-statsd/src/main/resources/reference.conf
+++ b/kamon-statsd/src/main/resources/reference.conf
@@ -33,10 +33,6 @@ kamon {
http-server = [ "**" ]
}
- # Enable system metrics
- # In order to not get a ClassNotFoundException, we must register the kamon-sytem-metrics module
- report-system-metrics = false
-
# FQCN of the implementation of `kamon.statsd.MetricKeyGenerator` to be instantiated and used for assigning
# metric names. The implementation must have a single parameter constructor accepting a `com.typesafe.config.Config`.
metric-key-generator = kamon.statsd.SimpleMetricKeyGenerator