Improve readability of the documentation

See gh-41051
This commit is contained in:
Mateus Scheper 2024-06-10 21:15:50 -03:00 committed by Moritz Halbritter
parent 2bb74b261c
commit 80b7107c56

View File

@ -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`.