From 172794d4469f75525265208ffad33d95468b0c74 Mon Sep 17 00:00:00 2001 From: Jon Schneider Date: Tue, 13 Mar 2018 16:40:34 -0500 Subject: [PATCH] Correct default Wavefront proxy port in docs Closes gh-12471 --- .../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 ca76f0639fe..f43f508d243 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