pub fn try_create_gauge(name: &str, help: &str) -> Result<Gauge>
Expand description

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