Create a metric record having the specified metricId, count, total, min, and max attribute values.
Declared in <balm_metricrecord.h>
MetricRecord(
MetricId const& metricId,
int count,
double total,
double min,
double max);