Fix statsd example

Closes gh-12162
This commit is contained in:
Stephane Nicoll
2018-02-22 09:00:13 +01:00
parent 5917a58bf1
commit 865775e955

View File

@@ -1379,7 +1379,7 @@ local machine. The StatsD agent host and port to use can be provided using:
[source,properties,indent=0]
----
management.metrics.export.statsd.host=http://statsd.example.com
management.metrics.export.statsd.host=statsd.example.com
management.metrics.export.statsd.port=9125
----