Skip to content

Commit 80b7107

Browse files
mateusschepermhalbritter
authored andcommitted
Improve readability of the documentation
See gh-41051
1 parent 2bb74b2 commit 80b7107

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-docs/src/docs/asciidoc/actuator/observability.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[[actuator.observability]]
22
== Observability
33
Observability is the ability to observe the internal state of a running system from the outside.
4-
It consists of the three pillars logging, metrics and traces.
4+
It consists of the three pillars: logging, metrics and traces.
55

66
For metrics and traces, Spring Boot uses https://micrometer.io/docs/observation[Micrometer Observation].
77
To create your own observations (which will lead to metrics and traces), you can inject an `ObservationRegistry`.

0 commit comments

Comments
 (0)