[#BloombergLP-balm-Metric-update] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balm.adoc[balm]::xref:BloombergLP/balm/Metric.adoc[Metric]::update :relfileprefix: ../../../ :mrdocs: Increase the event count by 1 and add the specified `value` to the total recorded value; if `value` is less than the current minimum recorded value of the metric, set the new minimum value to be `value`; if `value` is greater than the current maximum recorded value, set the new maximum value to be `value`. If, however, this metric is inactive (i.e., `isActive()` is `false`), then this method has no effect. == Synopsis Declared in `<balm_metric.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void update(double value); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#