Browse Source

Fix build

pull/3077/head
Stephane Nicoll 11 years ago
parent
commit
fc0eed97cf
  1. 2
      spring-boot-docs/src/main/asciidoc/production-ready-features.adoc

2
spring-boot-docs/src/main/asciidoc/production-ready-features.adoc

@ -935,7 +935,7 @@ copied on every tick). @@ -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.<name>.*` where `<name>` is a bean
name (or pattern for matching bean names).

Loading…
Cancel
Save