//! The `metrics`-crate recording itself.
use ;
use crateDriftReport;
use gauge;
/// Record a [`DriftReport`] onto the currently-installed `metrics` recorder.
///
/// Called automatically by [`DatasetMonitor::check`](crate::DatasetMonitor::check)
/// when the `prometheus-export` feature is enabled; also callable directly if
/// you build reports another way.