From d858e1ca733407aeeb39d9d85edb26373443a9b9 Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Fri, 5 Oct 2018 11:43:02 -0700 Subject: Move resources to corresponding subprojects --- core-init/src/main/resources/reference.conf | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 core-init/src/main/resources/reference.conf (limited to 'core-init/src/main/resources/reference.conf') diff --git a/core-init/src/main/resources/reference.conf b/core-init/src/main/resources/reference.conf new file mode 100644 index 0000000..d5c7c4b --- /dev/null +++ b/core-init/src/main/resources/reference.conf @@ -0,0 +1,26 @@ +###################################################################### +# Default settings for driver core. Any settings defined by users of # +# this library will take precedence. See the documentation of the # +# Typesafe Config Library (https://github.com/lightbend/config) for # +# more information. # +###################################################################### + +# Kamon provides monitoring capabilities +kamon { + system-metrics { + # sigar reports host-specific metrics. Kubernetes takes care of + # that for Driver services. + host.enabled = false + + # JVM-related metrics + jmx.enabled = true + } + + statsd { + hostname = localhost + port = 8125 + simple-metric-key-generator { + include-hostname = false + } + } +} -- cgit v1.2.3