Update the collected aggregates with the specified value.
Synopsis
Declared in <balm_integercollector.h>
void
update(int value);
Description
Increment the event count by 1, add the specified value to the total, if value is less than the minimum value, set value to be the minimum value, and if value is greater than the maximum value, set value to be the maximum value.
Parameters
Name |
Description |
value |
measurement value for the recorded event |
Created with MrDocs