facade: expose MetricsStorage

This commit is contained in:
asonix 2024-01-08 16:29:50 -06:00
parent 3ab2bef826
commit 6db1d78192

View file

@ -166,7 +166,8 @@ pub use background_jobs_core::{Backoff, Job, MaxRetries, UnsendJob, UnsendSpawne
#[cfg(feature = "background-jobs-metrics")]
pub mod metrics {
pub use background_jobs_metrics::{
build, install, JobStat, SetRecorderError, Stats, StatsHandle, StatsRecorder,
build, install, JobStat, MetricsStorage, SetRecorderError, Stats, StatsHandle,
StatsRecorder,
};
}