pub struct RegistryStatsSummary {
pub endpoints_created: u64,
pub endpoints_destroyed: u64,
pub channels_created: u64,
pub channels_destroyed: u64,
pub capability_lookups: u64,
pub capability_hits: u64,
pub cache_hit_rate: u64,
}Expand description
Registry statistics summary
Fields§
§endpoints_created: u64§endpoints_destroyed: u64§channels_created: u64§channels_destroyed: u64§capability_lookups: u64§capability_hits: u64§cache_hit_rate: u64