From 8b9db44a9e4aba562a27d01e2622641a6e325399 Mon Sep 17 00:00:00 2001 From: Sergey Kolesnikov Date: Sun, 15 Nov 2020 21:47:46 +0300 Subject: [PATCH] fix type: "sla" -> "slo" --- .../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 0b4506919fb1..0a1d5385c171 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 @@ -2450,7 +2450,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.