Document observation for R2DBC

Adds a link to the R2DBC observation repo in documentation.

See gh-33335
This commit is contained in:
Tadaya Tsuyukubo 2022-11-23 11:29:14 -08:00 committed by Moritz Halbritter
parent e1a407ca9d
commit 9ddad34f42
1 changed files with 4 additions and 3 deletions

View File

@ -16,8 +16,9 @@ You can additionally register any number of `ObservationRegistryCustomizer` bean
For more details please see the https://micrometer.io/docs/observation[Micrometer Observation documentation]. For more details please see the https://micrometer.io/docs/observation[Micrometer Observation documentation].
TIP: Observability for JDBC can be configured using the https://github.com/jdbc-observations/datasource-micrometer[Datasource Micrometer project]. TIP: Observability for JDBC and R2DBC can be configured using separate projects. +
It provides a Spring Boot starter which automatically creates observations when JDBC operations are invoked. 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.
Read more about it https://jdbc-observations.github.io/datasource-micrometer/docs/current/docs/html/[in the reference documentation]. Read more about it https://jdbc-observations.github.io/datasource-micrometer/docs/current/docs/html/[in the reference documentation]. +
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.
The next sections will provide more details about logging, metrics and traces. The next sections will provide more details about logging, metrics and traces.