pub trait ScheduleFlush {
    fn flush_every(&self, period: Duration) -> CancelHandle;
}
Expand description

Enable background periodical publication of metrics

Required Methods§

Flush this scope at regular intervals.

Implementors§