[#BloombergLP-balm-StreamPublisher-publish-06] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balm.adoc[balm]::xref:BloombergLP/balm/StreamPublisher.adoc[StreamPublisher]::publish :relfileprefix: ../../../ :mrdocs: `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. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual void xref:BloombergLP/balm/Publisher/publish.adoc[publish](xref:BloombergLP/balm/MetricSample.adoc[MetricSample] const& metricValue) = 0; ---- [.small]#xref:BloombergLP/balm/Publisher/publish.adoc[_» more..._]# Publish the specified `metricValues` to the output stream specified at construction. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual void xref:BloombergLP/balm/StreamPublisher/publish-0f.adoc[publish](xref:BloombergLP/balm/MetricSample.adoc[MetricSample] const& metricValues); ---- [.small]#xref:BloombergLP/balm/StreamPublisher/publish-0f.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#