Create a metric record having the specified metricId, count, total, min, and max attribute values.
Synopsis
Declared in <balm_metricrecord.h>
MetricRecord(
MetricId const& metricId,
int count,
double total,
double min,
double max);
Parameters
Name |
Description |
metricId |
identity of the metric |
count |
event count |
total |
total of recorded values |
min |
minimum recorded value |
max |
maximum recorded value |
Created with MrDocs