From 80b7107c56e690d50514256c89b4587db70bfb1d Mon Sep 17 00:00:00 2001 From: Mateus Scheper Date: Mon, 10 Jun 2024 21:15:50 -0300 Subject: [PATCH] Improve readability of the documentation See gh-41051 --- .../src/docs/asciidoc/actuator/observability.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/actuator/observability.adoc b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/actuator/observability.adoc index 11b641484d3..8175b7dd62f 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/actuator/observability.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/actuator/observability.adoc @@ -1,7 +1,7 @@ [[actuator.observability]] == Observability Observability is the ability to observe the internal state of a running system from the outside. -It consists of the three pillars logging, metrics and traces. +It consists of the three pillars: logging, metrics and traces. For metrics and traces, Spring Boot uses https://micrometer.io/docs/observation[Micrometer Observation]. To create your own observations (which will lead to metrics and traces), you can inject an `ObservationRegistry`.