aboutsummaryrefslogtreecommitdiff
path: root/core-init/src/main/resources/reference.conf
blob: d5c7c4b1adc5584c5bac115df85963021801301d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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
    }
  }
}