Skip to content

Commit

Permalink
Update links in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ttddyy committed Apr 19, 2024
1 parent a1f285e commit 999409f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions docs/src/main/asciidoc/_attributes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
:core-path: {project-root}/datasource-micrometer

:datasource-proxy: https://github.com/ttddyy/datasource-proxy
:micrometer-tracing: https://micrometer.io/docs/tracing
:micrometer-observation: https://micrometer.io/docs/observation
:micrometer: https://micrometer.io
:micrometer-tracing: https://docs.micrometer.io/tracing/reference/
:micrometer-observation: https://docs.micrometer.io/micrometer/reference/observation.html
:spring-cloud-sleuth: https://spring.io/projects/spring-cloud-sleuth
4 changes: 2 additions & 2 deletions docs/src/main/asciidoc/getting-started.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ It includes an introduction to {project-full-name}, along with installation inst
[[getting-started-introducing-datasource-micrometer]]
== Introducing Datasource Micrometer

The Datasource Micrometer provides a {micrometer-tracing}[Micrometer Tracing] instrumentation for JDBC operations.
The Datasource Micrometer provides a {micrometer-observation}[Micrometer Observation API] instrumentation for JDBC operations.

Currently, this project provides two modules - core instrumentation and its Spring Boot Auto Configuration.

If you are a {micrometer-tracing}[Micrometer Tracing] user but not using Spring Boot, you can directly use the `datasource-micrometer` module, which doesn't have a dependency on Spring Framework. +
If you are a {micrometer}[Micrometer] user but not using Spring Boot, you can directly use the `datasource-micrometer` module, which doesn't have a dependency on Spring Framework. +
If you are a Spring Boot 3 user, then you can add the `datasource-micrometer-spring-boot` module to the classpath.
Then, it automatically instruments the `DataSource` and provides a tracing capability on the JDBC operations.

Expand Down

0 comments on commit 999409f

Please sign in to comment.