aboutsummaryrefslogtreecommitdiff
path: root/kamon-statsd/src/main/resources/reference.conf
blob: da1033386364185063556b953b9f8ac75e0b478a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# ==================================== #
# Kamon-StatsD Reference Configuration #
# ==================================== #

kamon {
  statsd {
    hostname = "10.254.169.44"
    port = 8125
    flush-interval = 1 second
    max-packet-size = 1024

    includes {
      actor = [ "*" ]
    }

    simple-metric-key-generator {
      application = "Kamon"
    }
  }
}