Bug in WildFly Datasource threshold check

Issue #112 resolved
Anders Welen repo owner created an issue

The threshold is based on "AvailableCount" but should be based on max size of the pool.

"AvailableCount" should be changed to "AvailableCount,InUseCount,+"

Example

<warningHighThreshold>AvailableCount,0.95,*</warningHighThreshold>

<warningHighThreshold>AvailableCount,InUseCount,+,0.95,*</warningHighThreshold>

Comments (2)

  1. Log in to comment