Skip to main content

register_histogram

Function register_histogram 

Source
pub fn register_histogram(
    label: &'static str,
    snapshot_rx: Receiver<Histogram<u64>>,
    interval: Duration,
)
Expand description

Register a per-(side, op) histogram snapshot stream. Called once per active unit by the auto-meta setup when histograms are enabled.