From b341b478a6de8b93103f061131bcd799769ccd62 Mon Sep 17 00:00:00 2001 From: Sergey Kolesnikov Date: Sun, 15 Nov 2020 21:47:46 +0300 Subject: [PATCH] Rename "sla" to "slo" in reference documentation See gh-24160 --- .../src/docs/asciidoc/production-ready-features.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/production-ready-features.adoc b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/production-ready-features.adoc index 62573ea0aa23..7c68a9fbf27c 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/production-ready-features.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/production-ready-features.adoc @@ -2198,7 +2198,7 @@ The following properties allow per-meter customization: | Publish a cumulative histogram with buckets defined by your service-level objectives. |=== -For more details on concepts behind `percentiles-histogram`, `percentiles` and `sla` refer to the {micrometer-concepts-docs}#_histograms_and_percentiles["Histograms and percentiles" section] of the micrometer documentation. +For more details on concepts behind `percentiles-histogram`, `percentiles` and `slo` refer to the {micrometer-concepts-docs}#_histograms_and_percentiles["Histograms and percentiles" section] of the micrometer documentation.