Publish the specified metricValue.
Synopsis
Declared in <balm_publisher.h>
virtual
void
publish(MetricSample const& metricValue) = 0;
Description
The exact definition of publish depends on the implementing class, though the intention is that the recorded metric values will be distributed in a human or machine readable form.
Parameters
Name |
Description |
metricValue |
sample of recorded metric values to publish |
Created with MrDocs