mirror of
https://git.asonix.dog/asonix/background-jobs.git
synced 2024-11-21 19:40:59 +00:00
facade: expose MetricsStorage
This commit is contained in:
parent
3ab2bef826
commit
6db1d78192
1 changed files with 2 additions and 1 deletions
|
@ -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,
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue