Skip to content

Commit 39aaab0

Browse files
committed
Polish "Document observation for R2DBC"
See gh-33335
1 parent 9ddad34 commit 39aaab0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ You can additionally register any number of `ObservationRegistryCustomizer` bean
1616

1717
For more details please see the https://micrometer.io/docs/observation[Micrometer Observation documentation].
1818

19-
TIP: Observability for JDBC and R2DBC can be configured using separate projects. +
20-
For JDBC, 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-
Read more about it https://jdbc-observations.github.io/datasource-micrometer/docs/current/docs/html/[in the reference documentation]. +
22-
For R2DBC, https://github.com/spring-projects-experimental/r2dbc-micrometer-spring-boot[Spring Boot Auto Configuration for R2DBC Observation] gives observations for R2DBC query invocations.
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+
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.
2323

2424
The next sections will provide more details about logging, metrics and traces.

0 commit comments

Comments
 (0)