BlockedProducerWarningInterval | Specifies, in milliseconds, the interval between warnings issued when a producer is blocked from adding messages to the destination. |
MemoryLimit | Specifies the memory limit, in bytes, used for holding undelivered messages before paging to temporary storage. |
MemoryPercentageUsed | Specifies the percentage of available memory in use. |
MaxPageSize | Specifies the maximum number of messages that can be paged into the destination. |
CursorFull | Specifies if the cursor has reached its memory limit for paged messages. |
CursorMemoryUsage | Specifies, in bytes, the amount of memory the cursor is using. |
CursorPercentUsage | Specifies the percentage of the cursor's available memory is in use. |
EnqueueCount | Specifies the number of messages that have been sent to the destination. |
DequeueCount | Specifies the number of messages that have been acknowledged and removed from the destination. |
DispatchCount | Specifies the number of messages that have been delivered to consumers, but not necessarily acknowledged by the consumer. |
InFlightCount | Specifies the number of dispatched to, but not acknowledged by, consumers. |
ExpiredCount | Specifies the number of messages that have expired in the destination. |
ConsumerCount | Specifies the number of consumers that are subscribed to the destination. |
QueueSize | Specifies the number of messages in the destination that are waiting to be consumed. |
AverageEnqueueTime | Specifies the average amount of time, in milliseconds, that messages sat in the destination before being consumed. |
MaxEnqueueTime | Specifies the longest amount of time, in milliseconds, that a message sat in the destination before being consumed. |
MinEnqueueTime | Specifies the shortest amount of time, in milliseconds, that a message sat in the destination before being consumed. |
MemoryUsagePortion | Specifies the portion of the broker's memory limit used by the destination. |
ProducerCount | Specifies the number of producers connected to the destination. |