Skip to content

Commit 6be3004

Browse files
committed
Polish
See gh-11071
1 parent d5c3233 commit 6be3004

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring-boot-project/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1302,6 +1302,7 @@ content into your application. Rather, pick only the properties that you need.
13021302
spring.metrics.export.prometheus.enabled= # Whether exporting of metrics to Prometheus is enabled.
13031303
spring.metrics.export.prometheus.step= # Step size (i.e. reporting frequency) to use.
13041304
spring.metrics.export.simple.enabled=false # Whether exporting of metrics to a simple in-memory store is enabled.
1305+
spring.metrics.export.simple.mode=cumulative # Counting mode.
13051306
spring.metrics.export.simple.step=10 # Step size (i.e. reporting frequency) to use.
13061307
spring.metrics.export.statsd.enabled= # Export metrics to StatsD.
13071308
spring.metrics.export.statsd.flavor= # StatsD line protocol to use.

0 commit comments

Comments
 (0)