counter_series:increment
Since: Version 2026.05.12-a6845223
The functionality described in this section requires version 2026.05.12-a6845223 of KumoMTA, or a more recent version.
Adds value to the current bucket of the series.
value— unsigned integer amount to add. Must be>= 0.
The current bucket is the one corresponding to the present moment in time; older buckets rotate out automatically as time elapses.
Addition saturates at u64::MAX. To subtract from the current bucket, use
delta with a negative value.