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 5.0.0..CDH 6.0.0), [CDH 6.0.0..CDH 7.0.0), [CDH 7.0.0..CDH 8.0.0) |
channel_fill_percentage
|
Channel Fill Percentage |
percent |
[CDH 5.0.0..CDH 6.0.0), [CDH 6.0.0..CDH 7.0.0), [CDH 7.0.0..CDH 8.0.0) |
channel_size
|
The number of events currently queued in the channel. |
events |
[CDH 5.0.0..CDH 6.0.0), [CDH 6.0.0..CDH 7.0.0), [CDH 7.0.0..CDH 8.0.0) |
event_put_attempt_rate
|
The total number of events that have been attempted to be put into the channel. |
events per second |
[CDH 5.0.0..CDH 6.0.0), [CDH 6.0.0..CDH 7.0.0), [CDH 7.0.0..CDH 8.0.0) |
event_put_success_rate
|
The total number of events that have successfully been put into the channel. |
events per second |
[CDH 5.0.0..CDH 6.0.0), [CDH 6.0.0..CDH 7.0.0), [CDH 7.0.0..CDH 8.0.0) |
event_take_attempt_rate
|
The total number of attempts that have been made to take an event from the channel. |
events per second |
[CDH 5.0.0..CDH 6.0.0), [CDH 6.0.0..CDH 7.0.0), [CDH 7.0.0..CDH 8.0.0) |
event_take_success_rate
|
The total number of events that have successfully been taken from the channel. |
events per second |
[CDH 5.0.0..CDH 6.0.0), [CDH 6.0.0..CDH 7.0.0), [CDH 7.0.0..CDH 8.0.0) |