pub type PbChannelDeltaStats = ChannelDeltaStats;
Aliased Type§
pub struct PbChannelDeltaStats {
pub actor_count: u32,
pub backpressure_rate: f64,
pub recv_throughput: f64,
pub send_throughput: f64,
}
Fields§
§actor_count: u32
§backpressure_rate: f64
Sum of output blocking duration of all actors in nanoseconds
recv_throughput: f64
Sum of input row count of all actors
send_throughput: f64
Sum of output row count of all actors