pub fn get_counter_value(
registry: &MetricsRegistry,
name: &str,
labels: &[(&str, &str)],
) -> u64Expand description
Sums the counter series named name whose labels include all of labels.
Returns 0 when no series matches, which is how a labelled counter reads before its first increment.