//! The [`MetricsHandle`] and global recorder [`install`]ation.
use ;
use crateObservabilityError;
/// A handle to the installed Prometheus recorder; render it for scraping.
/// Install the global Prometheus recorder and return its render handle.
///
/// Fails if a metrics recorder was already installed in this process.