From 00ad2119abc261de1397fb7ee9e1d7a052c40e7f Mon Sep 17 00:00:00 2001 From: ttddyy Date: Fri, 19 Apr 2024 06:49:48 +0000 Subject: [PATCH] Deploying documents(1.1.0-SNAPSHOT) to refs/heads/main from jdbc-observations/datasource-micrometer@999409fc53823fc6b855649077084107b4086b8d --- .../docs/html/getting-started.html | 16 ++++++++-------- docs/1.1.0-SNAPSHOT/docs/html/index.html | 16 ++++++++-------- .../docs/html/getting-started.html | 16 ++++++++-------- docs/current-snapshot/docs/html/index.html | 16 ++++++++-------- 4 files changed, 32 insertions(+), 32 deletions(-) diff --git a/docs/1.1.0-SNAPSHOT/docs/html/getting-started.html b/docs/1.1.0-SNAPSHOT/docs/html/getting-started.html index 6f0b0fd..6e73cf6 100644 --- a/docs/1.1.0-SNAPSHOT/docs/html/getting-started.html +++ b/docs/1.1.0-SNAPSHOT/docs/html/getting-started.html @@ -625,13 +625,13 @@

Getting Started

1. Introducing Datasource Micrometer

-

The Datasource Micrometer provides a Micrometer Tracing instrumentation for JDBC operations.

+

The Datasource Micrometer provides a 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 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 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.

@@ -641,21 +641,21 @@

1.1. Background

-

The Micrometer v1.10.0 introduced the new Observation API and Micrometer Tracing module. -The Observation API allows measuring(observing) any interested behavior from the code in action. Then, notifies it to the registered handlers. -The Micrometer Tracing module provides an observation handler implementation that creates distributed traces(spans). It uses a tracer that has abstracted the popular tracer implementations and gives the vendor free APIs for tracing.

+

The Micrometer v1.10.0 introduced the new Observation API and Micrometer Tracing module. +The Observation API allows measuring(observing) any interested behavior from the code in action. Then, notifies it to the registered handlers. +The Micrometer Tracing module provides an observation handler implementation that creates distributed traces(spans). It uses a tracer that has abstracted the popular tracer implementations and gives the vendor free APIs for tracing.

In Spring Boot 2.x, the Spring Cloud Sleuth provided the instrumentation to the many components including JDBC operations. It was a central library that provides tracing instrumentation to the Spring Boot applications. However, with the new observability, the responsibility for instrumentation has shifted to the individual component. -For example, Spring Framework will provide native instrumentation support for its components using the Observation API. +For example, Spring Framework will provide native instrumentation support for its components using the Observation API. As a result, there will be no Spring Cloud Sleuth for Spring Boot 3.

-

This Datasource Micrometer project provides instrumentation on the JDBC operations to cover what was provided by the Spring Cloud Sleuth but with the Observation API. +

This Datasource Micrometer project provides instrumentation on the JDBC operations to cover what was provided by the Spring Cloud Sleuth but with the Observation API. The initial version aims users to smoothly transition from Spring Boot 2.x with Spring Cloud Sleuth to the Spring Boot 3 in JDBC instrumentation. -In addition, since the Observation API and Micrometer Tracing are independent from Spring ecosystem, the instrumentation is available to the non-spring applications as well.

+In addition, since the Observation API and Micrometer Tracing are independent from Spring ecosystem, the instrumentation is available to the non-spring applications as well.

diff --git a/docs/1.1.0-SNAPSHOT/docs/html/index.html b/docs/1.1.0-SNAPSHOT/docs/html/index.html index d25e16e..fa75d53 100644 --- a/docs/1.1.0-SNAPSHOT/docs/html/index.html +++ b/docs/1.1.0-SNAPSHOT/docs/html/index.html @@ -690,13 +690,13 @@

2.1. Introducing Datasource Micrometer

-

The Datasource Micrometer provides a Micrometer Tracing instrumentation for JDBC operations.

+

The Datasource Micrometer provides a 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 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 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.

@@ -706,21 +706,21 @@

2.1.1. Background

-

The Micrometer v1.10.0 introduced the new Observation API and Micrometer Tracing module. -The Observation API allows measuring(observing) any interested behavior from the code in action. Then, notifies it to the registered handlers. -The Micrometer Tracing module provides an observation handler implementation that creates distributed traces(spans). It uses a tracer that has abstracted the popular tracer implementations and gives the vendor free APIs for tracing.

+

The Micrometer v1.10.0 introduced the new Observation API and Micrometer Tracing module. +The Observation API allows measuring(observing) any interested behavior from the code in action. Then, notifies it to the registered handlers. +The Micrometer Tracing module provides an observation handler implementation that creates distributed traces(spans). It uses a tracer that has abstracted the popular tracer implementations and gives the vendor free APIs for tracing.

In Spring Boot 2.x, the Spring Cloud Sleuth provided the instrumentation to the many components including JDBC operations. It was a central library that provides tracing instrumentation to the Spring Boot applications. However, with the new observability, the responsibility for instrumentation has shifted to the individual component. -For example, Spring Framework will provide native instrumentation support for its components using the Observation API. +For example, Spring Framework will provide native instrumentation support for its components using the Observation API. As a result, there will be no Spring Cloud Sleuth for Spring Boot 3.

-

This Datasource Micrometer project provides instrumentation on the JDBC operations to cover what was provided by the Spring Cloud Sleuth but with the Observation API. +

This Datasource Micrometer project provides instrumentation on the JDBC operations to cover what was provided by the Spring Cloud Sleuth but with the Observation API. The initial version aims users to smoothly transition from Spring Boot 2.x with Spring Cloud Sleuth to the Spring Boot 3 in JDBC instrumentation. -In addition, since the Observation API and Micrometer Tracing are independent from Spring ecosystem, the instrumentation is available to the non-spring applications as well.

+In addition, since the Observation API and Micrometer Tracing are independent from Spring ecosystem, the instrumentation is available to the non-spring applications as well.

diff --git a/docs/current-snapshot/docs/html/getting-started.html b/docs/current-snapshot/docs/html/getting-started.html index 6f0b0fd..6e73cf6 100644 --- a/docs/current-snapshot/docs/html/getting-started.html +++ b/docs/current-snapshot/docs/html/getting-started.html @@ -625,13 +625,13 @@

Getting Started

1. Introducing Datasource Micrometer

-

The Datasource Micrometer provides a Micrometer Tracing instrumentation for JDBC operations.

+

The Datasource Micrometer provides a 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 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 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.

@@ -641,21 +641,21 @@

1.1. Background

-

The Micrometer v1.10.0 introduced the new Observation API and Micrometer Tracing module. -The Observation API allows measuring(observing) any interested behavior from the code in action. Then, notifies it to the registered handlers. -The Micrometer Tracing module provides an observation handler implementation that creates distributed traces(spans). It uses a tracer that has abstracted the popular tracer implementations and gives the vendor free APIs for tracing.

+

The Micrometer v1.10.0 introduced the new Observation API and Micrometer Tracing module. +The Observation API allows measuring(observing) any interested behavior from the code in action. Then, notifies it to the registered handlers. +The Micrometer Tracing module provides an observation handler implementation that creates distributed traces(spans). It uses a tracer that has abstracted the popular tracer implementations and gives the vendor free APIs for tracing.

In Spring Boot 2.x, the Spring Cloud Sleuth provided the instrumentation to the many components including JDBC operations. It was a central library that provides tracing instrumentation to the Spring Boot applications. However, with the new observability, the responsibility for instrumentation has shifted to the individual component. -For example, Spring Framework will provide native instrumentation support for its components using the Observation API. +For example, Spring Framework will provide native instrumentation support for its components using the Observation API. As a result, there will be no Spring Cloud Sleuth for Spring Boot 3.

-

This Datasource Micrometer project provides instrumentation on the JDBC operations to cover what was provided by the Spring Cloud Sleuth but with the Observation API. +

This Datasource Micrometer project provides instrumentation on the JDBC operations to cover what was provided by the Spring Cloud Sleuth but with the Observation API. The initial version aims users to smoothly transition from Spring Boot 2.x with Spring Cloud Sleuth to the Spring Boot 3 in JDBC instrumentation. -In addition, since the Observation API and Micrometer Tracing are independent from Spring ecosystem, the instrumentation is available to the non-spring applications as well.

+In addition, since the Observation API and Micrometer Tracing are independent from Spring ecosystem, the instrumentation is available to the non-spring applications as well.

diff --git a/docs/current-snapshot/docs/html/index.html b/docs/current-snapshot/docs/html/index.html index d25e16e..fa75d53 100644 --- a/docs/current-snapshot/docs/html/index.html +++ b/docs/current-snapshot/docs/html/index.html @@ -690,13 +690,13 @@

2.1. Introducing Datasource Micrometer

-

The Datasource Micrometer provides a Micrometer Tracing instrumentation for JDBC operations.

+

The Datasource Micrometer provides a 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 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 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.

@@ -706,21 +706,21 @@

2.1.1. Background

-

The Micrometer v1.10.0 introduced the new Observation API and Micrometer Tracing module. -The Observation API allows measuring(observing) any interested behavior from the code in action. Then, notifies it to the registered handlers. -The Micrometer Tracing module provides an observation handler implementation that creates distributed traces(spans). It uses a tracer that has abstracted the popular tracer implementations and gives the vendor free APIs for tracing.

+

The Micrometer v1.10.0 introduced the new Observation API and Micrometer Tracing module. +The Observation API allows measuring(observing) any interested behavior from the code in action. Then, notifies it to the registered handlers. +The Micrometer Tracing module provides an observation handler implementation that creates distributed traces(spans). It uses a tracer that has abstracted the popular tracer implementations and gives the vendor free APIs for tracing.

In Spring Boot 2.x, the Spring Cloud Sleuth provided the instrumentation to the many components including JDBC operations. It was a central library that provides tracing instrumentation to the Spring Boot applications. However, with the new observability, the responsibility for instrumentation has shifted to the individual component. -For example, Spring Framework will provide native instrumentation support for its components using the Observation API. +For example, Spring Framework will provide native instrumentation support for its components using the Observation API. As a result, there will be no Spring Cloud Sleuth for Spring Boot 3.

-

This Datasource Micrometer project provides instrumentation on the JDBC operations to cover what was provided by the Spring Cloud Sleuth but with the Observation API. +

This Datasource Micrometer project provides instrumentation on the JDBC operations to cover what was provided by the Spring Cloud Sleuth but with the Observation API. The initial version aims users to smoothly transition from Spring Boot 2.x with Spring Cloud Sleuth to the Spring Boot 3 in JDBC instrumentation. -In addition, since the Observation API and Micrometer Tracing are independent from Spring ecosystem, the instrumentation is available to the non-spring applications as well.

+In addition, since the Observation API and Micrometer Tracing are independent from Spring ecosystem, the instrumentation is available to the non-spring applications as well.