Skip to content

Commit

Permalink
Polish "Document observation for R2DBC"
Browse files Browse the repository at this point in the history
  • Loading branch information
mhalbritter committed Nov 24, 2022
1 parent 9ddad34 commit 39aaab0
Showing 1 changed file with 4 additions and 4 deletions.
Expand Up @@ -16,9 +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].

TIP: Observability for JDBC and R2DBC can be configured using separate projects. +
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]. +
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.
TIP: Observability for JDBC and R2DBC can be configured using separate projects.
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.
Read more about it https://jdbc-observations.github.io/datasource-micrometer/docs/current/docs/html/[in the reference documentation].
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.

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

0 comments on commit 39aaab0

Please sign in to comment.