Create a collector for a metric having the specified metricId.

Synopsis

Declared in <balm_collector.h>

Collector(MetricId const& metricId);

Description

Create a collector for a metric having the specified metricId, and having an initial count of 0, total of 0.0, min of MetricRecord::k_DEFAULT_MIN, and max of MetricRecord::k_DEFAULT_MAX.

Parameters

Name

Description

metricId

identity of the metric to collect

Created with MrDocs