pub async fn collect_stalls_forever(
stalls_provider: Arc<impl StallProvider + 'static>,
metric_event_logger: MetricEventLoggerProxy,
) -> Result<(), Error>
Expand description
Collect and publish to Cobalt memory stall increase rate, every hour.