Skip to content

Commit 865775e

Browse files
committed
Fix statsd example
Closes gh-12162
1 parent 5917a58 commit 865775e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1379,7 +1379,7 @@ local machine. The StatsD agent host and port to use can be provided using:
13791379

13801380
[source,properties,indent=0]
13811381
----
1382-
management.metrics.export.statsd.host=http://statsd.example.com
1382+
management.metrics.export.statsd.host=statsd.example.com
13831383
management.metrics.export.statsd.port=9125
13841384
----
13851385

0 commit comments

Comments
 (0)