You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-docs/src/docs/asciidoc/actuator/observability.adoc
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -16,8 +16,9 @@ You can additionally register any number of `ObservationRegistryCustomizer` bean
16
16
17
17
For more details please see the https://micrometer.io/docs/observation[Micrometer Observation documentation].
18
18
19
-
TIP: Observability for JDBC can be configured using the https://github.com/jdbc-observations/datasource-micrometer[Datasource Micrometer project].
20
-
It provides a Spring Boot starter which automatically creates observations when JDBC operations are invoked.
19
+
TIP: Observability for JDBC and R2DBC can be configured using separate projects.
20
+
For JDBC, the https://github.com/jdbc-observations/datasource-micrometer[Datasource Micrometer project] provides a Spring Boot starter which automatically creates observations when JDBC operations are invoked.
21
21
Read more about it https://jdbc-observations.github.io/datasource-micrometer/docs/current/docs/html/[in the reference documentation].
22
+
For R2DBC, the https://github.com/spring-projects-experimental/r2dbc-micrometer-spring-boot[Spring Boot Auto Configuration for R2DBC Observation] creates observations for R2DBC query invocations.
22
23
23
24
The next sections will provide more details about logging, metrics and traces.
0 commit comments