diff --git a/spring-boot-project/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc b/spring-boot-project/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc index c4318574ea..89a5610037 100644 --- a/spring-boot-project/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc +++ b/spring-boot-project/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc @@ -1302,6 +1302,7 @@ content into your application. Rather, pick only the properties that you need. spring.metrics.export.prometheus.enabled= # Whether exporting of metrics to Prometheus is enabled. spring.metrics.export.prometheus.step= # Step size (i.e. reporting frequency) to use. spring.metrics.export.simple.enabled=false # Whether exporting of metrics to a simple in-memory store is enabled. + spring.metrics.export.simple.mode=cumulative # Counting mode. spring.metrics.export.simple.step=10 # Step size (i.e. reporting frequency) to use. spring.metrics.export.statsd.enabled= # Export metrics to StatsD. spring.metrics.export.statsd.flavor= # StatsD line protocol to use.