Skip to main content

MetricsProvider

Type Alias MetricsProvider 

Source
pub type MetricsProvider = Arc<dyn Fn() -> Option<L1Stats> + Send + Sync>;
Expand description

Thread-safe closure that produces an optional L1Stats snapshot.

Aliased Typeยง

pub struct MetricsProvider { /* private fields */ }