mirror of
https://git.asonix.dog/asonix/background-jobs.git
synced 2024-11-22 03:51:00 +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")]
|
#[cfg(feature = "background-jobs-metrics")]
|
||||||
pub mod metrics {
|
pub mod metrics {
|
||||||
pub use background_jobs_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