Create an integer collector for a metric having the specified metricId.
Synopsis
Declared in <balm_integercollector.h>
IntegerCollector(MetricId const& metricId);
Description
Create an integer collector for a metric having the specified metricId, and having an initial count of 0, total of 0, min of k_DEFAULT_MIN, and max of k_DEFAULT_MAX.
Parameters
Name |
Description |
metricId |
identity of the metric to collect |
Created with MrDocs