counter_series:observe
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.
Sets the current bucket of the series to value, replacing any prior value
recorded for the current time window.
value— unsigned integer to record. Must be>= 0.
observe is intended for tracking gauge-like measurements where each call
produces a fresh reading (for example, the size of a queue sampled
periodically), as opposed to increment which accumulates.
Older buckets are not affected; they continue to age out as time elapses.