Queue Statistics
| Name | Value |
|---|---|
|
Documentation |
|
|
Process Type(s) |
Extract |
|
Endpoint |
|
|
JSON Schema |
|
|
Base Name |
|
|
Internal Name |
|
| Tag | Description |
|---|---|
|
deploymentName |
The name of the OGG Microservices deployment |
|
deploymentId |
The unique identity of the OGG Microservices deployment |
|
processType |
The type of process |
|
processName |
The name of the process |
|
queue-name |
The name of the queue |
| Metric | Data Type | Description |
|---|---|---|
|
queue-items |
integer |
Items in the Queue |
|
queue-reads |
integer |
Queue Reads |
|
queue-read-waits |
integer |
Queue Reads resulting in a wait |
|
queue-reads-signaled |
integer |
Queue Read Waits that were signaled |
|
queue-writes |
integer |
Queue Writes |
|
queue-write-waits |
integer |
Queue Writes resulting in a wait |
|
queue-writes-signaled |
integer |
Queue Write Waits that were signaled |
|
queue-max-size |
integer |
Maximum size of the Queue |
|
queue-current-size |
integer |
Current size of the Queue |
|
thread-id |
integer |
Owning Thread id |