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