counter_series:delta
Since: Dev Builds Only
The functionality described in this section requires a dev build of KumoMTA. You can obtain a dev build by following the instructions in the Installation section.
Adjusts the current bucket of the series by a signed amount.
value— signed integer delta. Positive values add; negative values subtract.
Bucket values are unsigned 64-bit integers, so the result saturates at zero
on subtraction and at u64::MAX on addition; the bucket value will never
go negative or wrap around.
Use increment when you only need to add.