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.conf12
1 files changed, 12 insertions, 0 deletions
diff --git a/kamon-statsd/src/main/resources/reference.conf b/kamon-statsd/src/main/resources/reference.conf
new file mode 100644
index 00000000..9d09a709
--- /dev/null
+++ b/kamon-statsd/src/main/resources/reference.conf
@@ -0,0 +1,12 @@
+# ==================================== #
+# Kamon-Statsd Reference Configuration #
+# ==================================== #
+
+kamon {
+ statsd {
+ prefix = kamon-app
+ hostname = statsd.example.com
+ port = 8125
+ }
+ }
+} \ No newline at end of file