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 ca76f0639f..f43f508d24 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 @@ -1578,7 +1578,7 @@ environment that forwards metrics data to the Wavefront API host: [source,properties,indent=0] ---- - management.metrics.export.uri=proxy://localhost:7828 + management.metrics.export.uri=proxy://localhost:2878 ---- TIP: If publishing metrics to a Wavefront proxy (as described in