From fc0eed97cf755766f7e93ba15bcf8aa4d19cd1d9 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 1 Jun 2015 13:25:53 +0200 Subject: [PATCH] Fix build --- .../src/main/asciidoc/production-ready-features.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc b/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc index b61633a679e..93323f01f56 100644 --- a/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc +++ b/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc @@ -935,7 +935,7 @@ copied on every tick). The default values for the export trigger (`delayMillis`, `includes`, `excludes`, `ignoreTimestamps` and `sendLatest`) can be set as -`spring.metrics.export.*`. Individual values for specific +`spring.metrics.export.\*`. Individual values for specific `MetricWriters` can be set as `spring.metrics.export.triggers..*` where `` is a bean name (or pattern for matching bean names).