macro_rules! unregister_metric {
($registry:expr, $metric:expr) => { ... };
}Expand description
Unregisters a metric from the Prometheus registry.
macro_rules! unregister_metric {
($registry:expr, $metric:expr) => { ... };
}Unregisters a metric from the Prometheus registry.