[#BloombergLP-balm-IntegerMetric-2constructor-044] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balm.adoc[balm]::xref:BloombergLP/balm/IntegerMetric.adoc[IntegerMetric]::IntegerMetric :relfileprefix: ../../../ :mrdocs: Create an integer metric object that will record values for the same metric (i.e., using the same `IntegerCollector` object) as the specified `original` integer metric. If the `original` metric is inactive (i.e., `isActive() == false`), then this metric will similarly be inactive. == Synopsis Declared in `<balm_integermetric.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- IntegerMetric(xref:BloombergLP/balm/IntegerMetric.adoc[IntegerMetric] const& original); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#