publish overloads
Synopses
Declared in <balm_publisher.h>
Publish the specified metricValue. 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.
virtual
void
publish(MetricSample const& metricValue) = 0;
Publish the specified metricValues to the output stream specified at construction.
virtual
void
publish(MetricSample const& metricValues);
Created with MrDocs