channel_capacity
|
The maximum number of events that can be queued in the channel at any time. For channel types without a capacity limit, the value will be zero. |
events |
CDH 4, CDH 5 |
channel_fill_percentage
|
Channel Fill Percentage |
percent |
CDH 4, CDH 5 |
channel_size
|
The number of events currently queued in the channel. |
events |
CDH 4, CDH 5 |
event_put_attempt_rate
|
The total number of events that have been attempted to be put into the channel. |
events per second |
CDH 4, CDH 5 |
event_put_success_rate
|
The total number of events that have successfully been put into the channel. |
events per second |
CDH 4, CDH 5 |
event_take_attempt_rate
|
The total number of attempts that have been made to take an event from the channel. |
events per second |
CDH 4, CDH 5 |
event_take_success_rate
|
The total number of events that have successfully been taken from the channel. |
events per second |
CDH 4, CDH 5 |