Skip to content

Commit 45121f2

Browse files
committed
Fix default property value
1 parent 192340c commit 45121f2

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
@@ -1424,7 +1424,7 @@ content into your application. Rather, pick only the properties that you need.
14241424
management.metrics.export.wavefront.num-threads=2 # Number of threads to use with the metrics publishing scheduler.
14251425
management.metrics.export.wavefront.read-timeout=10s # Read timeout for requests to this backend.
14261426
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.
1427-
management.metrics.export.wavefront.step=1m # Step size (i.e. reporting frequency) to use.
1427+
management.metrics.export.wavefront.step=10s # Step size (i.e. reporting frequency) to use.
14281428
management.metrics.export.wavefront.uri=https://longboard.wavefront.com # URI to ship metrics to.
14291429
management.metrics.use-global-registry=true # Whether auto-configured MeterRegistry implementations should be bound to the global static registry on Metrics.
14301430
management.metrics.web.client.max-uri-tags=100 # Maximum number of unique URI tag values allowed. After the max number of tag values is reached, metrics with additional tag values are denied by filter.

0 commit comments

Comments
 (0)