From 3ef17820e93d284ed84448aa58db06c26c603748 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 21 Sep 2021 07:59:33 +0200 Subject: [PATCH] Polish --- .../spring-boot-docs/src/docs/asciidoc/actuator/metrics.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/actuator/metrics.adoc b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/actuator/metrics.adoc index b882ef9d6d..944889bf3b 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/actuator/metrics.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/actuator/metrics.adoc @@ -872,7 +872,7 @@ Data source instrumentation results in gauges that represent the currently activ Metrics are also tagged by the name of the `DataSource` computed based on the bean name. -TIP: By default, Spring Boot provides metadata for all supported data sources. +TIP: By default, Spring Boot provides metadata for all supported data sources. You can add additional `DataSourcePoolMetadataProvider` beans if your favorite data source is not supported. See `DataSourcePoolMetadataProvidersConfiguration` for examples.