publish overloads
Declared in <balm_publisher.h>
Publish the specified metricValue.
virtual
void
publish(MetricSample const& metricValue) = 0;
» more...
Publish the specified metricValues to the output stream specified at construction.
virtual
void
publish(MetricSample const& metricValues);
» more...
| Name | Description |
|---|---|
| metricValue | sample of recorded metric values to publish |
| metricValues | sample of recorded metric values to write |