pub fn breaker_status_node(
graph: &Graph,
events: &Node<RetryEvent>,
failure_threshold: u32,
now_ms: impl Fn() -> u64 + 'static,
name: impl Into<String>,
) -> Node<BreakerStatus>Expand description
Creates or computes breaker_status_node.