Skip to content

Commit 765b548

Browse files
committed
Merge branch '2.0.x'
2 parents 734e9e4 + 45121f2 commit 765b548

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/appendix-application-properties.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1531,7 +1531,7 @@ content into your application. Rather, pick only the properties that you need.
15311531
management.metrics.export.wavefront.num-threads=2 # Number of threads to use with the metrics publishing scheduler.
15321532
management.metrics.export.wavefront.read-timeout=10s # Read timeout for requests to this backend.
15331533
management.metrics.export.wavefront.source= # Unique identifier for the app instance that is the source of metrics being published to Wavefront. Defaults to the local host name.
1534-
management.metrics.export.wavefront.step=1m # Step size (i.e. reporting frequency) to use.
1534+
management.metrics.export.wavefront.step=10s # Step size (i.e. reporting frequency) to use.
15351535
management.metrics.export.wavefront.uri=https://longboard.wavefront.com # URI to ship metrics to.
15361536
management.metrics.use-global-registry=true # Whether auto-configured MeterRegistry implementations should be bound to the global static registry on Metrics.
15371537
management.metrics.tags.*= # Common tags that are applied to every meter.

0 commit comments

Comments
 (0)