BloombergLP::balm::MetricRecord::MetricRecord

Constructors

Synopses

Declared in <balm_metricrecord.h>

Create a metric record having default values for its metric metricId, count, total, min, and max attributes.

MetricRecord();
» more...

Create a metric record having the specified metricId, and default values for the total, count, min, and max attributes.

MetricRecord(MetricId const& metricId);
» more...

Create a metric record having the specified metricId, count, total, min, and max attribute values.

MetricRecord(
    MetricId const& metricId,
    int count,
    double total,
    double min,
    double max);
» more...

Parameters

NameDescription
metricIdidentity of the metric
countevent count
totaltotal of recorded values
minminimum recorded value
maxmaximum recorded value