| Name
| Key
| ID values
| Description
| Granularity
| Type
| Level
| Overhead
|
| ObjectsCreatedCount
| objectPoolModule.numCreates.name
| 1
| The total number of objects created
| Per ObjectPool
| CountStatistic
| All
| High
|
| ObjectsAllocatedCount
| objectPoolModule.numAllocates.name
| 2
| Number of objects requested from the pool
| Per ObjectPool
| CountStatistic
| All
| High
|
| ObjectsReturnedCount
| objectPoolModule.numReturns.name
| 3
| Number of objects returned to the pool
| Per ObjectPool
| CountStatistic
| All
| High
|
| IdleObjectsSize
| objectPoolModule.poolSize.name
| 4
| Average number of idle object instances in the pool
| Per ObjectPool
| RangeStatistic
| All
| High
|