macro_rules! unregister_metric {
    ($registry:expr, $metric:expr) => { ... };
}
Expand description

Unregisters a metric from the Prometheus registry.