Merge branch '3.2.x'

Closes gh-41064
This commit is contained in:
Moritz Halbritter 2024-06-11 14:55:19 +02:00
commit bc91c20a06

View File

@ -2,7 +2,7 @@
= 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 {url-micrometer-docs}/observation[Micrometer Observation].
To create your own observations (which will lead to metrics and traces), you can inject an `ObservationRegistry`.