diff --git a/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc b/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc index ca7fc8d863..6af0a41980 100644 --- a/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc +++ b/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc @@ -816,8 +816,6 @@ The following system metrics are exposed by Spring Boot: The following metrics are exposed for each supported `DataSource` defined in your application: -* The maximum number connections (`datasource.xxx.max`). -* The minimum number of connections (`datasource.xxx.min`). * The number of active connections (`datasource.xxx.active`) * The current usage of the connection pool (`datasource.xxx.usage`).