Commit 982b81c6 authored by Stephane Nicoll's avatar Stephane Nicoll

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
parent 16e7c99e
...@@ -811,8 +811,6 @@ The following system metrics are exposed by Spring Boot: ...@@ -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 The following metrics are exposed for each supported `DataSource` defined in your
application: 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 number of active connections (`datasource.xxx.active`)
* The current usage of the connection pool (`datasource.xxx.usage`). * The current usage of the connection pool (`datasource.xxx.usage`).
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment