From 9e25fa1247cdf034d0a847b3154f8dda05309305 Mon Sep 17 00:00:00 2001 From: Johnny Lim Date: Wed, 17 Oct 2018 10:23:16 +0900 Subject: [PATCH 1/2] Fix a broken table in doc See gh-14859 --- .../src/main/asciidoc/production-ready-features.adoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 2f0b3280ee3..0143f676a37 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,8 +2118,7 @@ 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` From 5805c0fc0a26472316c2586bdecfe90905b9fa7c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 17 Oct 2018 08:47:10 +0200 Subject: [PATCH 2/2] 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 0143f676a37..89e3cd573ff 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`