From 982b81c675319d1a5d2fb859a28db06449e2f1a0 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 24 Jun 2015 17:20:21 +0200 Subject: [PATCH] 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 --- .../src/main/asciidoc/production-ready-features.adoc | 2 -- 1 file changed, 2 deletions(-) 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 8f9e2eb22e8..ecc88d78e14 100644 --- a/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc +++ b/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc @@ -811,8 +811,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`).