commit
bc91c20a06
|
@ -2,7 +2,7 @@
|
||||||
= Observability
|
= Observability
|
||||||
|
|
||||||
Observability is the ability to observe the internal state of a running system from the outside.
|
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].
|
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`.
|
To create your own observations (which will lead to metrics and traces), you can inject an `ObservationRegistry`.
|
||||||
|
|
Loading…
Reference in New Issue