From 5805c0fc0a26472316c2586bdecfe90905b9fa7c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 17 Oct 2018 08:47:10 +0200 Subject: [PATCH] Polish "Fix a broken table in doc" Closes gh-14859 --- .../src/main/asciidoc/production-ready-features.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc b/spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc index 0143f676a3..89e3cd573f 100644 --- a/spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc +++ b/spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc @@ -2118,7 +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`