Merge branch '1.2.x'

This commit is contained in:
Stephane Nicoll 2015-06-24 17:20:49 +02:00
commit af1afeaf48
1 changed files with 0 additions and 2 deletions

View File

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