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.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/kamon-statsd/src/main/resources/reference.conf b/kamon-statsd/src/main/resources/reference.conf
index eac5eade..f86052c1 100644
--- a/kamon-statsd/src/main/resources/reference.conf
+++ b/kamon-statsd/src/main/resources/reference.conf
@@ -33,6 +33,10 @@ kamon {
# this pattern:
# application.host.entity.entity-name.metric-name
application = "kamon"
+ # Includes the name of the hostname in the generated metric. When set to false, the scheme for the metrics
+ # will look as follows:
+ # application.entity.entity-name.metric-name
+ include-hostname = true
}
}
} \ No newline at end of file