aboutsummaryrefslogtreecommitdiff
path: root/kamon-influxdb/src/main/resources/reference.conf
diff options
context:
space:
mode:
Diffstat (limited to 'kamon-influxdb/src/main/resources/reference.conf')
-rw-r--r--kamon-influxdb/src/main/resources/reference.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/kamon-influxdb/src/main/resources/reference.conf b/kamon-influxdb/src/main/resources/reference.conf
index 3f12464f..4d78c282 100644
--- a/kamon-influxdb/src/main/resources/reference.conf
+++ b/kamon-influxdb/src/main/resources/reference.conf
@@ -17,6 +17,10 @@ kamon {
# The measurements will be named ${application-name}-timers and -counters
application-name = "kamon"
+ # Allow users to override the name of the hostname reported by kamon. When changed, the hostname tag will be
+ # the value given here.
+ hostname-override = none
+
# For histograms, which percentiles to count
percentiles = [50.0, 70.0, 90.0, 95.0, 99.0, 99.9]