Skip to content

Commit 3ae4a54

Browse files
committed
Merge pull request #12471 from Jon Schneider
* gh-12471: Correct default Wavefront proxy port in docs
2 parents 2e4087b + 172794d commit 3ae4a54

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
@@ -1578,7 +1578,7 @@ environment that forwards metrics data to the Wavefront API host:
15781578

15791579
[source,properties,indent=0]
15801580
----
1581-
management.metrics.export.uri=proxy://localhost:7828
1581+
management.metrics.export.uri=proxy://localhost:2878
15821582
----
15831583

15841584
TIP: If publishing metrics to a Wavefront proxy (as described in

0 commit comments

Comments
 (0)