Browse Source

Merge pull request #14859 from izeye

* pr/14859:
  Polish "Fix a broken table in doc"
  Fix a broken table in doc
pull/14836/merge
Stephane Nicoll 8 years ago
parent
commit
ea42fb4433
  1. 4
      spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc

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

@ -2118,8 +2118,8 @@ The following properties allow per-meter customization: @@ -2118,8 +2118,8 @@ The following properties allow per-meter customization:
| Whether to publish a histogram suitable for computing aggregable (across dimension)
percentile approximations.
| `management.metrics.distribution.minimum-expected-value`
| `management.metrics.distribution.maximum-expected-value`
| `management.metrics.distribution.minimum-expected-value`,
`management.metrics.distribution.maximum-expected-value`
| Publish less histogram buckets by clamping the range of expected values.
| `management.metrics.distribution.percentiles`

Loading…
Cancel
Save