aboutsummaryrefslogtreecommitdiff
path: root/kamon-statsd/src/main/resources/reference.conf
diff options
context:
space:
mode:
Diffstat (limited to 'kamon-statsd/src/main/resources/reference.conf')
-rw-r--r--kamon-statsd/src/main/resources/reference.conf16
1 files changed, 12 insertions, 4 deletions
diff --git a/kamon-statsd/src/main/resources/reference.conf b/kamon-statsd/src/main/resources/reference.conf
index e49d878c..64f84a82 100644
--- a/kamon-statsd/src/main/resources/reference.conf
+++ b/kamon-statsd/src/main/resources/reference.conf
@@ -1,11 +1,19 @@
# ==================================== #
-# Kamon-Statsd Reference Configuration #
+# Kamon-StatsD Reference Configuration #
# ==================================== #
kamon {
statsd {
- prefix = kamon-app
- hostname = statsd.example.com
- port = 8125
+ prefix = kamon-app
+ hostname = statsd.example.com
+ port = 8125
+
+ flush-interval = 1 second
+ buffer-size = 512
+
+ includes {
+ actor = [ "*" ]
+ trace = [ "*" ]
+ }
}
} \ No newline at end of file