Function linera_views::metrics::increment_counter

source ยท
pub fn increment_counter(
    counter: &LazyLock<IntCounterVec>,
    struct_name: &str,
    base_key: &[u8],
)
Expand description

Increments the metrics counter with the given name, with the struct and base key as labels.