pub fn try_create_gauge_vec(
    name: &str,
    help: &str,
    labels: &[&str]
) -> Result<GaugeVec>
Expand description

Attempts to crate an GaugeVec, returning Err if the registry does not accept the gauge (potentially due to naming conflict).