Roll forward dispatcher counters for Content Platform Engine
These counters measure the content queue batching process activities for a particular object store.
Dashboard path:
| Counter name | Type | Definition |
|---|---|---|
| Batch Update and Selection Count | Event | Total number of batch update and selection statements that are issued for the Content Queue table. |
| Batch Update and Selection Row Count | Event | Total number of rows that are updated and selected from the Content Queue table. |
| Batch Update Failure Count | Event | Number of failures that are encountered updating batches in the Content Queue table. |
| Batch Selection Failure Count | Event | Number of failures that are encountered selecting batches in the Content Queue table. |
| Expired Batch Update Count | Event | Total number of expired batch update statements that are issued for the Content Queue table. |
| Expired Batch Update Row Count | Event | Total number of expired rows that are updated in the Content Queue table. |
| Expired Batch Update Failure Count | Event | Number of failures that are encountered when you update expired batches in the Content Queue table. |
| Pending Batch Count | Meter | Current number of pending batches that are in the dispatcher queue. |
| Resolution Pending Batch Count | Meter | Current number of completed batches that are in the dispatcher resolution queue. |
| Active Worker Thread Count | Meter | Current number of active Content Queue Worker threads. |
| Batches Added to the Queue | Event | Total batches that are added to the dispatcher queue. |
| Requests Added to the Queue | Event | Total requests that are added to the dispatcher queue. |
| Batches Resolved | Event | Total number of batches that are resolved. |
| Requests Resolved | Event | Total number of requests that are resolved. |
| Requests Requeued for Retry | Event | Total number of requests that are requeued for retry (the request has not been added to the queue again, but is left in the queue for a future retry attempt). |
| Requests For Deleted Area Purged | Event | Total number of requests that are purged because the storage area was deleted. |
| Worker Thread Startup Count | Event | Total number of Content Queue Worker Threads that are started. |
| Total tasks that are completed | Event | Total number of Content Queue Worker Threads that reached the completed state. |