Function near_metrics::try_create_int_gauge[][src]

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

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