Skip to content

Commit 982b81c

Browse files
committed
Fix datasource metrics doc
The maximum and minimum number of connections are no metrics so these are not exposed. Fix the doc that stated the contrary. Fixes gh-3319
1 parent 16e7c99 commit 982b81c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

spring-boot-docs/src/main/asciidoc/production-ready-features.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -811,8 +811,6 @@ The following system metrics are exposed by Spring Boot:
811811
The following metrics are exposed for each supported `DataSource` defined in your
812812
application:
813813

814-
* The maximum number connections (`datasource.xxx.max`).
815-
* The minimum number of connections (`datasource.xxx.min`).
816814
* The number of active connections (`datasource.xxx.active`)
817815
* The current usage of the connection pool (`datasource.xxx.usage`).
818816

0 commit comments

Comments
 (0)