macro_rules! update_counter {
($label:literal, $value:expr) => { ... };
}
Expand description
This macro is used to emit metrics as a counter
while simultaneously
converting from absolute values to incremental values.
Values that do not arrive in strictly monotonically increasing order are ignored and will not be emitted.