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

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