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 f43f508d24..ff4a114678 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 @@ -1417,7 +1417,7 @@ port to use can be provided using: [source,properties,indent=0] ---- management.metrics.export.ganglia.host=ganglia.example.com - management.metrics.export.ganglia.post=9649 + management.metrics.export.ganglia.port=9649 ---- @@ -1431,7 +1431,7 @@ to use can be provided using: [source,properties,indent=0] ---- management.metrics.export.graphite.host=graphite.example.com - management.metrics.export.graphite.post=9004 + management.metrics.export.graphite.port=9004 ----