From b17809b4e72a5facc087e65a59ceed91febb68ad Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 3 Aug 2015 10:18:41 +0200 Subject: [PATCH] Add missing metrics export keys --- .../src/main/asciidoc/appendix-application-properties.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc b/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc index 3b591657a1..6190bffc7a 100644 --- a/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc +++ b/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc @@ -760,6 +760,8 @@ content into your application; rather pick only the properties that you need. shell.auth.spring.roles= # METRICS EXPORT ({sc-spring-boot-actuator}/metrics/export/MetricExportProperties.{sc-ext}[MetricExportProperties]) + spring.metrics.export.aggregate.key-pattern= # pattern that tells the aggregator what to do with the keys from the source repository + spring.metrics.export.aggregate.prefix= # prefix for global repository if active spring.metrics.export.enabled=true # flag to disable all metric exports (assuming any MetricWriters are available) spring.metrics.export.delay-millis=5000 # delay in milliseconds between export ticks spring.metrics.export.send-latest=true # flag to switch off any available optimizations based on not exporting unchanged metric values