PbGetProfileStatsRequest

Type Alias PbGetProfileStatsRequest 

Source
pub type PbGetProfileStatsRequest = GetProfileStatsRequest;

Aliased Type§

pub struct PbGetProfileStatsRequest {
    pub executor_ids: Vec<TypedId<2, u64>>,
    pub dispatcher_fragment_ids: Vec<TypedId<4, u32>>,
}

Fields§

§executor_ids: Vec<TypedId<2, u64>>

Executors to fetch statistics for.

§dispatcher_fragment_ids: Vec<TypedId<4, u32>>

Dispatchers do not have executors. We have to fetch their statistics separately.