This commit is contained in:
Stephane Nicoll
2021-09-21 07:59:33 +02:00
parent ac00df79f1
commit 3ef17820e9

View File

@@ -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.