//! Registration glue used by the [`metrics`](super::metrics) macro when the
//! `foundations-metrics` backend is enabled.
use ;
/// Registers a metric declared through the [`metrics`](super::metrics) macro.
///
/// Here the macro supplies the already composed `full_name`, and the service name is applied
/// at collection time.