Function register_int_counter_with_subsystem

Source
pub fn register_int_counter_with_subsystem(
    subsystem: &str,
    name: &str,
    description: &str,
) -> IntCounter
Expand description

Wrapper around Prometheus register_int_counter! macro with linera namespace and a subsystem. Results in metrics named linera_<subsystem>_<name>.