Counters for this category contain information for Object Pools.
Counter definitions
| Name | Key | Description | Version |
| ObjectsCreatedCount | objectPoolModule.numCreates.name | The total number of objects created | 5.0 and later |
| ObjectsAllocatedCount | objectPoolModule.numAllocates.name | The number of objects requested from the pool | 5.0 and later |
| ObjectsReturnedCount | objectPoolModule.numReturns.name | The number of objects returned to the pool | 5.0 and later |
| IdleObjectsSize | objectPoolModule.poolSize.name | The average number of idle object instances in the pool | 5.0 and later |
| Name | Granularity | Type | Level | Overhead |
| ObjectsCreatedCount | Per ObjectPool | CountStatistic | All | High |
| ObjectsAllocatedCount | Per ObjectPool | CountStatistic | All | High |
| ObjectsReturnedCount | Per ObjectPool | CountStatistic | All | High |
| IdleObjectsSize | Per ObjectPool | RangeStatistic | All | High |