risingwave_pb::monitor_service

Type Alias PbGetBackPressureResponse

source
pub type PbGetBackPressureResponse = GetBackPressureResponse;
Expand description

Aliased Type§

struct PbGetBackPressureResponse {
    pub back_pressure_infos: Vec<BackPressureInfo>,
}

Fields§

§back_pressure_infos: Vec<BackPressureInfo>