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

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