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).