From 865775e955d6865ad8943825cba2020be7e58b87 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 22 Feb 2018 09:00:13 +0100 Subject: [PATCH] Fix statsd example Closes gh-12162 --- .../src/main/asciidoc/production-ready-features.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc b/spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc index 2a9e995f28..fed89386dd 100644 --- a/spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc +++ b/spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc @@ -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 ----