Browse Source

Merge pull request #12471 from Jon Schneider

* gh-12471:
  Correct default Wavefront proxy port in docs
pull/12475/head
Madhura Bhave 8 years ago
parent
commit
3ae4a541b6
  1. 2
      spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc

2
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: @@ -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

Loading…
Cancel
Save