pub type PbGetProfileStatsRequest = GetProfileStatsRequest;Aliased Type§
pub struct PbGetProfileStatsRequest {
pub executor_ids: Vec<u64>,
pub dispatcher_fragment_ids: Vec<TypedId<5>>,
}Fields§
§executor_ids: Vec<u64>Executors to fetch statistics for.
dispatcher_fragment_ids: Vec<TypedId<5>>Dispatchers do not have executors. We have to fetch their statistics separately.