From 9d13ae86dab7f147d95131e84a56b037ae06f118 Mon Sep 17 00:00:00 2001 From: Rafael Chacon Date: Tue, 26 Aug 2014 10:09:22 -0700 Subject: + statsd: add hostname-override to statsd config options. * This setting allows users to override the hostname used by Kamon when sending metrics to statsd. --- kamon-statsd/src/main/resources/reference.conf | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'kamon-statsd/src/main/resources/reference.conf') diff --git a/kamon-statsd/src/main/resources/reference.conf b/kamon-statsd/src/main/resources/reference.conf index f86052c1..c7229234 100644 --- a/kamon-statsd/src/main/resources/reference.conf +++ b/kamon-statsd/src/main/resources/reference.conf @@ -37,6 +37,10 @@ kamon { # will look as follows: # application.entity.entity-name.metric-name include-hostname = true + # Allow users to override the name of the hostname reported by kamon. When changed, the scheme for the metrics + # will have the following pattern: + # application.myhostname.entity.entity-name.metric-name + hostname-override = "none" } } } \ No newline at end of file -- cgit v1.2.3