Load into the specified record the id of the metric being collected, as well as the current count, total, minimum, and maximum aggregated values for the metric.

Synopsis

Declared in <balm_collector.h>

void
load(MetricRecord* record) const;

Parameters

Name

Description

record

receives the current metric aggregates

Created with MrDocs