We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bb74b2 commit 80b7107Copy full SHA for 80b7107
spring-boot-project/spring-boot-docs/src/docs/asciidoc/actuator/observability.adoc
@@ -1,7 +1,7 @@
1
[[actuator.observability]]
2
== Observability
3
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.
+It consists of the three pillars: logging, metrics and traces.
5
6
For metrics and traces, Spring Boot uses https://micrometer.io/docs/observation[Micrometer Observation].
7
To create your own observations (which will lead to metrics and traces), you can inject an `ObservationRegistry`.
0 commit comments