aboutsummaryrefslogtreecommitdiff
path: root/core-init/src/main/resources/reference.conf
diff options
context:
space:
mode:
Diffstat (limited to 'core-init/src/main/resources/reference.conf')
-rw-r--r--core-init/src/main/resources/reference.conf26
1 files changed, 26 insertions, 0 deletions
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
+ }
+ }
+}