logo
pub fn basic<T>(factory: T) -> BasicControllerBuilderwhere
    T: 'static + CheckpointerFactory + Send + Sync,
Available on crate feature metrics only.
Expand description

Returns a new builder using the provided checkpointer factory.

Use builder options (including optional exporter) to configure a metric export pipeline.